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.
- Host: GitHub
- URL: https://github.com/amruthpillai/deno-chat-app
- Owner: AmruthPillai
- Created: 2020-05-12T04:37:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-12T04:38:05.000Z (over 5 years ago)
- Last Synced: 2024-05-02T05:37:15.756Z (over 1 year ago)
- Language: TypeScript
- Size: 57.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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