skewten-incubator / worse

websocket implementation
0 stars 0 forks source link

server: force a middleware setup on the http server #10

Open SEAPUNK opened 8 years ago

SEAPUNK commented 8 years ago

Related: #8, https://github.com/nodejs/node/issues/6339

I will write a small module that basically converts the HTTP server to a middleware based server for the 'upgrade' event, and just warn users about using other packages that could listen for the same event, in hopes that others will start using a middleware setup for connection handling.