1 Star 0 Fork 0

前端代码工具库/node_websocket

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 417 Bytes
一键复制 编辑 原始数据 按行查看 历史
diogoxiang 提交于 2024-02-29 10:12 . 简单websocket
{
"name": "node_websocket",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev":"node app.js"
},
"repository": {
"type": "git",
"url": "https://gitee.com/tomxiang/node_websocket.git"
},
"author": "diogoxiang",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"ws": "^8.16.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tomxiang/node_websocket.git
git@gitee.com:tomxiang/node_websocket.git
tomxiang
node_websocket
node_websocket
master

搜索帮助