package.json

{ "name": "untitled", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "node app.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dev-dependencies": { "body-parser": "^1.19.0", "express": "^4.17.1", "ws": "^7.3.1" }, "dependencies": { "body-parser": "^1.19.0", "express": "^4.17.1", "ws": "^7.3.1" } }
Toy websocket client

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.