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

https://github.com/denoland/tutorial-with-websockets

A simple chat app demo
https://github.com/denoland/tutorial-with-websockets

chat-application deno realtime websockets

Last synced: over 1 year ago
JSON representation

A simple chat app demo

Awesome Lists containing this project

README

          

# Deno and Websockets Chat App demo

This is a simple chat app demo built with Deno and Websockets.

Check out the tutorial to build this app
[in the Deno Docs](https://docs.deno.com/runtime/tutorials/chat_app/).

## Run the app

To run the app, you need to have
[Deno installed](https://docs.deno.com/runtime/). Then, run the following
command:

```sh
deno task dev
```

![Deno logo](https://docs.deno.com/img/logo.svg)  💚
![Websockets](https://i.imgur.com/4PY81B7.png)