mirror of
https://github.com/kataras/iris.git
synced 2026-01-11 14:05:59 +00:00
_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
This commit is contained in:
8
_examples/websocket/basic/nodejs-client/package.json
Normal file
8
_examples/websocket/basic/nodejs-client/package.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "neffos.js.example.nodejsclient",
|
||||
"version": "0.0.1",
|
||||
"main": "client.js",
|
||||
"dependencies": {
|
||||
"neffos.js": "latest"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user