Adds WebSocket server support#37
Conversation
|
I pushed a new commit addressing your comments. I also noticed that I forgot to update the integration script runner and that all the integration tests were on 0.6.2 so I updated those to 0.6.3. |
|
Hey @dkoontz , excellent stuff! After my last review I thought of a few other things, and didn't add those comments to this issue. In any case, here they are:
|
Adds the WebSocket module to the Node platform allowing Gren programs to create WebSocket servers and handle client connections.
886fd7a to
a374ed6
Compare
Adds WebSocket server capabilities.
This is mostly modeled after the HttpServer module. There are tests but I haven't integrated it into a real application yet (going to work on gren-lang/browser#101 next so I have both parts to test with).