nodemcu-httpserver
nodemcu-httpserver copied to clipboard
Websocket implementation
Seems like it's close https://gist.github.com/creationix/079e11345249525c7e2e
I have no experience with WebSockets. Is this even possible to do? Anyone interested? Or should I just close as "wontfix"?
I have tried add WebSocket support when developing nodemcu-webide: https://github.com/moononournation/nodemcu-webide/tree/master/bin
But I found it has memory leak issue, may be caused by my poor implementation.
But WebSocket is very important for the IoT projects that require real time response, e.g. use a web page remote operate a robot.