Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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