文件名称:chatApplication:小聊天应用
文件大小:5.2MB
文件格式:ZIP
更新时间:2024-07-25 02:13:22
JavaScript
##NodeJS 聊天(MIT 许可证) 使用 Web 套接字 (socket.io) 的节点 js 聊天应用程序 ##在本地运行 安装所有依赖项: npm install (you may need to prefix this with sudo if you're on Mac) 运行应用程序: node server.js 然后导航到http://localhost:3000 ##注册并部署到 Nodejitsu ###文档 文档可在首页上找到(就在免费注册按钮下方): ://www.nodejitsu.com/getting-started/ 安装 Nodejitsu 包 npm install jitsu -g (you may need to prefix this with sudo if you're on Mac) 通过命令行注册: jitsu