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

https://github.com/sarthaktexas/anonymous-chat

Anonymous chat used in my friend group to debate without affecting our personal view of one another. Whiteboard too! Uses Socket.io and Express.
https://github.com/sarthaktexas/anonymous-chat

anonymous chat express hacktoberfest pug socket socket-io whiteboard

Last synced: 2 months ago
JSON representation

Anonymous chat used in my friend group to debate without affecting our personal view of one another. Whiteboard too! Uses Socket.io and Express.

Awesome Lists containing this project

README

          

# anonymous-chat
Anonymous chat used in my friend group to debate without affecting our personal view of one another. Whiteboard too!

## branch: master
- homepage

## branch: chat

- just chat
- installation:
- run `npm install`
- run `npm start`
- go to `localhost:3000`

## branch: whiteboard

- chat and whiteboard
- installation:
- run `npm install`
- run `npm start`
- go to `localhost:3000`