drewww / socket.io-benchmarking

A framework for testing high concurrency behavior in socket.io
221 stars 40 forks source link

Update Node server for changes to Express API #9

Closed mheiber closed 8 years ago

mheiber commented 8 years ago

running server.js was failing below due to breaking changes to the Express API The client now runs fine.

drewww commented 8 years ago

Great, thank you!

mheiber commented 8 years ago

Sure! I'm really hoping to draw from your work, so I'm trying to get it working on my machine.