We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba43187 commit fe7a442Copy full SHA for fe7a442
README.md
@@ -68,6 +68,10 @@ is now ready to send and receive data.
68
69
The same as the `http.Server` listen method.
70
71
+### server.broadcast(message) ###
72
+
73
+Sends `message` to all connected clients.
74
75
### server.close() ###
76
77
The same as the `http.Server` close method.
package.json
@@ -1,5 +1,5 @@
1
{ "name" : "websocket-server"
2
-, "version" : "1.0.4"
+, "version" : "1.0.5"
3
, "author" : "Micheil Smith <micheil@brandedcode.com>"
4
, "description" : "A WebSocket server written in low-level node.js, 90-100% spec compatible."
5
, "main" : "./lib/ws"
0 commit comments