Flotype / now

NowJS makes it easy to build real-time web apps using JavaScript
http://www.nowjs.com
MIT License
1.91k stars 175 forks source link

Pass Socket.IO control? #14

Closed alax closed 13 years ago

alax commented 13 years ago

Hey guys, I was wondering if there's any way you can make a way to allow us to pass options to Socket.IO via Now? Basically, I just want to suppress Socket's logging and use my own, but currently, I can't do that without modifying NowJS or Socket.

Thanks!

ericz commented 13 years ago

Hey alax,

Surpressing Socket.IO's logging is coming soon. We're not sure how much of the socket.io interface to expose to the user because we don't want to overcomplicate things. I'll let you know what develops

alax commented 13 years ago

Okay, great, thanks!