Node.js开源:nodejs-chat - 聊天应用
SteNyv
8年前
<h2>Node.js Chat</h2> <p>A starter chat app using Node.js and WebSockets.</p> <p style="text-align: center;"><img src="https://simg.open-open.com/show/f0141227f7b8a9a61b2f3632b0c39d74.png"></p> <h2>Install Node.js</h2> <ol> <li>Node.js</li> </ol> <h2>Run Locally</h2> <p>Install all dependencies:</p> <pre> npm install</pre> <p>Run the app:</p> <pre> node start.js</pre> <p>Note:You may want to consider using nodemon which will auto-start your server every time you save.</p> <pre> npm install nodemon -g nodemon start.js</pre> <p>Navigate to http://localhost:3000 . Open two browsers and start chatting.</p> <p> </p> <p> </p> <p> </p>