How to use the sockets function from http
Find comprehensive JavaScript http.sockets code examples handpicked from public code repositorys.
GitHub: skbeyagu/socket.io
103 104 105 106 107 108 109 110 111 112
- `options` _(Object)_ See [above](#new-serverhttpserver-options) for available options. #### server.sockets * _(Namespace)_ The default (`/`) namespace.
0
0
2
http.createServer is the most popular function in http (322 examples)