mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-10 15:37:58 -05:00
Related: https://github.com/socketio/socket.io/discussions/3778 Reference: http://nginx.org/en/docs/http/ngx_http_upstream_module.html#hash
16 lines
309 B
JSON
16 lines
309 B
JSON
{
|
|
"name": "socket.io-chat",
|
|
"version": "0.0.0",
|
|
"description": "A simple chat client using socket.io",
|
|
"main": "index.js",
|
|
"author": "Grant Timmerman",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"socket.io-client": "^2.4.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
}
|
|
}
|