kipraske / web-brogue

Play brogue in a web browser
GNU General Public License v2.0
20 stars 17 forks source link

Get the socket and http servers to both be on port 80 #8

Closed kipraske closed 9 years ago

kipraske commented 9 years ago

Should work since they are different protocols but I am not immediately sure how to have both servers listen on the same port in node.

kipraske commented 9 years ago

This was easier than expected - I needed to provide the http server object to the ws library and it automagically did exactly what I needed.