Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tobbie/nodejs-chat-app

real-time nodejs chat app with socket.io
https://github.com/tobbie/nodejs-chat-app

chat chatroom css html5 javescript nodejs socket-io

Last synced: about 2 months ago
JSON representation

real-time nodejs chat app with socket.io

Awesome Lists containing this project

README

        

[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Ftobbie%2Fnodejs-chat-app&count_bg=%2379C83D&title_bg=%23131111&icon=&icon_color=%23E7E7E7&title=views&edge_flat=false)](https://hits.seeyoufarm.com)

# real-time nodejs chat app built with socket.io

## to get started:

1. npm install
2. npm install nodemon --save-dev
3. npm run dev
4. open about 2/3 brower tabs, then navigate to localhost:3000 in every tab
5. enter username and room number (integer)
5. go ahead and chat away :)
6. you can group users in chat rooms

### what it looks like : join
chat_app_join

### what it looks like : chatroom
chat_room_interface

### to contribute

- please read the guideline [here](https://github.com/tobbie/nodejs-chat-app/blob/develop/CONTRIBUTING.md)