iris/_examples/websocket/basic/nodejs-client/package.json
Gerasimos (Makis) Maropoulos 272566950d _examples/websocket/basic: add a nodejs client and provide a README.md on how to run the websocket clients and the server
Former-commit-id: a98a80996d7d95fa947e72c71803407682229fa7
2019-06-13 12:15:01 +03:00

9 lines
157 B
JSON

{
"name": "neffos.js.example.nodejsclient",
"version": "0.0.1",
"main": "client.js",
"dependencies": {
"neffos.js": "latest"
}
}