[WS] Basic WebSocket echo server
parents
.gitignore
0 → 100644
index.js
0 → 100644
nodemon.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "seb-gateway", | ||
"version": "dev", | ||
"main": "index.js", | ||
"repository": "https://git.unistra.fr/amicale-core/seb-gateway", | ||
"author": "M4x1m3 <M4x1me@protonmail.com>", | ||
"license": "AGPLv3", | ||
"private": false, | ||
"type": "module", | ||
"dependencies": { | ||
"ws": "^8.2.3" | ||
}, | ||
"scripts": { | ||
"start": "node index.js", | ||
"debug": "nodemon index.js" | ||
}, | ||
"devDependencies": { | ||
"nodemon": "^2.0.13" | ||
} | ||
} |
src/Client.js
0 → 100644
src/Gateway.js
0 → 100644
src/config/HardConfig.js
0 → 100644
src/main.js
0 → 100644
src/utils/Logger.js
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.
Please register or sign in to comment