LearnBoost / socket.io-spec

Specification for the Socket.IO Protocol (0.9)
http://socket.io
224 stars 22 forks source link

Understanding namespaces inside the client URLs #7

Open jjoschyy opened 13 years ago

jjoschyy commented 13 years ago

Hello

Thanks a lot for the spec. Except for "namespaces", i was able to get a good understandment of the Socket.IO Protocol. The following questions occured. Is it right that:

If I replace "socket.io" inside the URL with a custom namespace, i got no valid connection. The server says "non-socket.io upgrade". Therefore, in which URL do I have to set the namespace?

Best regards, Joachim