feat: Add Be and tbd skill, also added Roadmap file

This commit is contained in:
2026-05-10 16:32:12 -04:00
parent 3500ade13f
commit 0bb8885802
29587 changed files with 10611695 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"name": "nodejs-websocket",
"version": "1.7.1",
"author": "Sitegui <sitegui@sitegui.com.br>",
"description": "Basic server&client approach to websocket (text and binary frames)",
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/sitegui/nodejs-websocket"
},
"keywords": [
"websocket",
"websocket-server",
"websocket-client"
],
"license": "MIT",
"engines": {
"node": ">=0.10"
},
"scripts": {
"test": "mocha -R spec -b"
},
"devDependencies": {
"mocha": "^3.0.2",
"should": "^11.1.0"
}
}