Added base of code to allow sending backend updates to connected clients.
This commit is contained in:
@@ -17,6 +17,7 @@ int main ( int argc, char** argv )
|
||||
server.addEntryPoint(Wt::Application, createApplication);
|
||||
if(server.start())
|
||||
{
|
||||
GroovePlayer::getInstance();
|
||||
int sig = Wt::WServer::waitForShutdown(argv[0]);
|
||||
server.stop();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user