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

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

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
```