accidentalbot
accidentalbot copied to clipboard
WebSocket and plain HTTP using the same port
It should be possible to use WebSocket and plain HTTP over the same port. Although perhaps not using the ws
Node module -- it's definitely possible with Socket.IO...
i was able to run the websocket server and an http server on the same port, the branch is at https://github.com/voldyman/accidentalbot
still needs work though