Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 655 Bytes

File metadata and controls

29 lines (20 loc) · 655 Bytes

tabchat

chat between tabs

how to build locally

  • 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

tutorial

  • 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

architecture

  • src
    • index.html: tabchat client
    • index.js: tabchat server
  • public

things that need doing

  • port to next.js / react.js and deploy on vercel
  • discord integration
  • social oauth

pull requests are welcome!