https://github.com/aralroca/chat-with-deno-and-preact
Chat app with Deno + Preact
https://github.com/aralroca/chat-with-deno-and-preact
chat deno javascript node nodejs preact react websockets
Last synced: 26 days ago
JSON representation
Chat app with Deno + Preact
- Host: GitHub
- URL: https://github.com/aralroca/chat-with-deno-and-preact
- Owner: aralroca
- Created: 2020-05-10T15:39:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T08:20:42.000Z (over 1 year ago)
- Last Synced: 2025-03-29T10:33:38.546Z (about 2 months ago)
- Topics: chat, deno, javascript, node, nodejs, preact, react, websockets
- Language: TypeScript
- Size: 3.91 KB
- Stars: 27
- Watchers: 3
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat with Deno + Preact
> ⚠️ This example is with an old version of Deno and is not maintained. Probably if you are looking for Preact + Deno a better alternative is to take a look at [Fresh](https://fresh.deno.dev/)
This is the code used in the article:
* https://aralroca.com/blog/learn-deno-chat-app
Read the article to learn more about it.
## Getting started
```
> git clone [email protected]:aralroca/chat-with-deno-and-preact.git
> cd chat-with-deno-and-preact
> deno run --allow-net --allow-read server.ts
```