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

Pull Request: added socketio access to client (now.core.socketio) and server (everyone.socketio) #89

Closed tommedema closed 13 years ago

tommedema commented 13 years ago

I added socketio access to client (now.core.socketio) and server (everyone.socketio).

ericz commented 13 years ago

Hey tommedema, I have added this functionality to master. I didn't end up merging the request because i wanted to put the socketio under the nowjs object instead of everyone on the server.

On the client use now.core.socketio On the server use require('now').socketio

Thanks for the pull request!