Skip to content

MonksterFX/coffeinflash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coffeinflash Logo

coffeinflash (beta)

Client site chat with no database driven by socket.io, express and node.js.

install and run locally

Install all required packages

npm install

Run locally

npm run dev

Connect with a random alias:

localhost:3000/{alias}

proposal for this project

  • Starting a chat by a shareable url. I really appreciate it the way jitsi does it.
  • Having Nicknames
  • Meeting random people connect to random available people
  • Destroying each chat after you leave the page/close the session (also means storing nothing in the backend)
  • No user accounts what so ever...