Node.js開源:nodejs-chat - 聊天應用

SteNyv 8年前發布 | 19K 次閱讀 Node.js WebSocket Node.js 開發

Node.js Chat

A starter chat app using Node.js and WebSockets.

Install Node.js

  1. Node.js

Run Locally

Install all dependencies:

npm install

Run the app:

node start.js

Note:You may want to consider using nodemon which will auto-start your server every time you save.

npm install nodemon -g
nodemon start.js

Navigate to http://localhost:3000 . Open two browsers and start chatting.

 

 

 

 本文由用戶 SteNyv 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!