Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asqit/deno-chatter
WebSocket chat application written in Typescritpt with Deno and Fresh.js
https://github.com/asqit/deno-chatter
chatapp deno fresh typescript
Last synced: about 7 hours ago
JSON representation
WebSocket chat application written in Typescritpt with Deno and Fresh.js
- Host: GitHub
- URL: https://github.com/asqit/deno-chatter
- Owner: Asqit
- Created: 2023-08-27T10:51:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-01T08:17:30.000Z (over 1 year ago)
- Last Synced: 2023-10-01T09:41:30.787Z (over 1 year ago)
- Topics: chatapp, deno, fresh, typescript
- Language: TypeScript
- Homepage: https://deno-chatter.deno.dev/
- Size: 33.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deno-chatter
![repo image](./repo/repo.png)
real time chat application written in `Typescript`, `Deno` and `WebSocket API`. You can create a new chat room or join already existing one without the need of any registration. Everything is happening on the server and no database is used to store any data at all.
## How it works?
It's simple, you chose your username and then chose if you wanna:
- create a new room
- select "Create a new room" box by the green button
- type the unique room key and your username
- click the submit button and you should be connected
- once the room is empty, it will be automatically deleted. But the code can be reused later.
- join existing room
- select "join existing room" box by the green button
- enter your username and room key
- submit by hitting the green button
- you should be redirected and hopefully connect to the desired room