nodejs-websocket
nodejs-websocket copied to clipboard
A node.js module for websocket server and client
I have a node.js server that interfaces with a website, and when I close a tab the server crashes due to an "Unhandled 'error' event" I assume I need to...
I want auth on socket with login pass. How add it? Does it lib support it?
Hi, I tried to connect a Arduino client to the ws server. I got Demo exampe on WSCLient usgae 192.168.1.41 Connected Get /hallo HTTP/1.1 Upgrade:websocket Host 192.168.1.21 Sec-WebSocket-Key: eHicPCXz4rJMUscxik7BiWQ== Sec-WebSocket-Version:...
The WebSocket specification states that this is a valid websocket URI: `ws://myserver.com/path?param=1` However I am unsure if nodejs-websocket supports access to the URI parameters. Can anyone tell me if this...
I'm trying to create a websocket from Client side and send messages from server node-js. When ever i receive a message from client, it brodcast well. But if i send...
Like http://autobahn.ws/testsuite/
~/careplanner/nodejs-websocket (master) $ npm test > [email protected] test > mocha -R spec -b extraHeaders ✓ should create a headerString with extra header options frames ✓ should connect to a websocket...