aaronblohowiak / Push-It

JavaScript push server and client, developing real-time web applications should be easy.. now you can do it in js

Home Page:http://aaronblohowiak.github.com/Push-It

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prefix option

flippyhead opened this issue · comments

I assume this was removed and is no longer used? If so, how is the socket.io information distinguished ?

Thanks!

options.hostname is passed through to the Socket.io instance. Since the socket.io people made it so that socket.io will serve up its own client js and swf (if swf is needed,) i thought it might be more convenient to just let the default socket.io handlers take care of serving that material. If you are using a cdn or similar, I'll add it back in.

Thanks!