Skip to content

Real-time Chat App without JavaScript, WebSocket

License

Notifications You must be signed in to change notification settings

shinosaki/nojs-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-time Chat App without JavaScript, WebSocket

Works on Deno or Node.js with DenoKV

demo.mp4

ToDo

  • Room
    • Password protection
  • Account
  • Random ID

Running

on Deno

$ deno task dev

on Node.js

$ npm install
$ npm run dev

Compiling Executables

$ deno task build
$ ./run ## Running app

Author

Shinosaki

License

MIT

Releases

No releases published