Skip to content

virtualjpeg/tabchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published