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

https://github.com/amruthpillai/deno-chat-app

A realtime chat app built with Deno and Preact.
https://github.com/amruthpillai/deno-chat-app

Last synced: 3 months ago
JSON representation

A realtime chat app built with Deno and Preact.

Awesome Lists containing this project

README

          

![Screenshot - Deno Chat App](./screenshot.png)

# Deno Chat App

A realtime chat app built with Deno and Preact.

## Execution

```bash
deno run --allow-net --allow-read server.ts
```

Original tutorial found here: https://aralroca.com/blog/learn-deno-chat-app