KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
nodejs-chat
★ 18
Open GitHub ↗
Chat app using Node.js and WebSockets
Download README (.md)
Explore Similar Repositories
polysnap
:
A work in progress polygon operations library with integer snap-rounding
acm_sig_paper_markdown_pandoc
:
Example project of an academic paper using the ACM SIG Proceedings template
DahuaSharp
:
Library to access Dahua and Intelbras DVRs.
CFStat
:
A web scraping tool that allows you to perform statistical analysis of your performance on Codeforces
blog
:
~( ゜▽゜)つロ
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
nodejs-chat
?
Download (.md)
# Node.js Chat A starter chat app using Node.js and WebSockets. <img src="https://rawgit.com/AllThingsSmitty/nodejs-chat/master/chat-app.png" alt="image of Node.js chat app" width="500"> ## Install Node.js 1. [Node.js](http://nodejs.org) ## Run Locally Install all dependencies: ```shell npm install ``` Run the app: ```shell node start.js ``` **Note:** You may want to consider using [`nodemon`](http://nodemon.io/) which will auto-start your server every time you save. ```shell npm install nodemon -g nodemon start.js ``` Navigate to `http://localhost:3000`. Open two browsers and start chatting.