Still trying to use a regular websocket client with an handshake
performed earlier, I am having trouble with namespaces. According to
the protocol if I have a namespace called chat (that comes from the
example on the readme), I should make a post on the following url :
http://127.0.0.1:8080/chat/1/
But when I try this I get a "Welcome to
socket.io" response. When I
make a post on this url :
http://127.0.0.1:8080/socket.io/1/
I get an answer with an id.
I am missing something on the protocol for the first post request ?
David