chat between tabs
- clone the repo:
git clone https://github.com/virtualjpeg/tabchat.git
- install dependencies:
npm install
- start the server:
node src/index.js
- visit
localhost:3000
- set your username by typing in the second field and clicking set
- type a message and post it! it will be relayed alongside your username to other online users
src
index.html
: tabchat clientindex.js
: tabchat server
public
- port to next.js / react.js and deploy on vercel
- discord integration
- social oauth
pull requests are welcome!