Added base of code to allow sending backend updates to connected clients.

This commit is contained in:
Kevin Whitaker
2017-01-29 17:27:27 -05:00
parent 22f1b90238
commit ab4df84657
8 changed files with 53 additions and 3 deletions

View File

@@ -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();
}