-
Couldn't load subscription status.
- Fork 193
Closed
Description
I have to send a client id to the server along with the request. I'm thinking about something like this:
var ws = $websocket('ws://localhost:3333/', { id: "abcdef", client: "browser_Safari" });
The reason to do this is that I'm developing a system where one can control a remote motor from browser via websockets. The backend should know if the request comes from the browser or from the remote motor.
Metadata
Metadata
Assignees
Labels
No labels