summaryrefslogtreecommitdiff
path: root/web/package.json
AgeCommit message (Collapse)Author
2015-12-15Implement client logs receiving service, which dumps the received logs from ↵Aleš Smodiš
clients.
2015-10-12Add the express web framework to the node server.Aleš Smodiš
2015-09-14Reimplemented communication with the client side.Aleš Smodiš
* Implemented a node web server supporting asynchronous websocket and long-polling communication with clients. * Implemented TCP communication between python middleware and node web server.