https://github.com/shinosaki/nojs-chat
Real-time Chat App without JavaScript, WebSocket
https://github.com/shinosaki/nojs-chat
chat chat-application deno nodejs nojs realtime-chat
Last synced: about 1 month ago
JSON representation
Real-time Chat App without JavaScript, WebSocket
- Host: GitHub
- URL: https://github.com/shinosaki/nojs-chat
- Owner: shinosaki
- License: mit
- Created: 2024-01-18T07:03:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-19T04:46:27.000Z (over 2 years ago)
- Last Synced: 2025-02-06T05:43:37.032Z (over 1 year ago)
- Topics: chat, chat-application, deno, nodejs, nojs, realtime-chat
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Real-time Chat App without JavaScript, WebSocket
Works on Deno or Node.js with [DenoKV](https://docs.deno.com/kv/manual)
https://github.com/shinosaki/nojs-chat/assets/88357168/0d41558a-0b28-48c5-871e-45ae090e7864
## ToDo
- Room
- Password protection
- Account
- Random ID
## Running
### on Deno
```bash
$ deno task dev
```
### on Node.js
```bash
$ npm install
$ npm run dev
```
## Compiling Executables
```bash
$ deno task build
$ ./run ## Running app
```
## Author
Shinosaki
## License
[MIT](./LICENSE)