An open API service indexing awesome lists of open source software.

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

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)