theturtle32 / WebSocket-Node

A WebSocket Implementation for Node.JS (Draft -08 through the final RFC 6455)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The documentation is very weak

manbomb opened this issue · comments

I have some doubts, and I can't find anyone who has used this tool this way.

  • How can I list the online listeners?
  • How can I send a message for a specific listener?
  • How can I pass a token in the URL? For a internal validation.

How can I list the online listeners?
Answer: here

How can I send a message for a specific listener?
Answer: here

How can I pass a token in the URL? For a internal validation.
Answer: here

For more solutions: here