/deno-chat

Experimenting with WebSockets using Deno!

Primary LanguageTypeScript

Deno Chat

Just experimenting on WebSockets using Deno. The main branch describes a high-level implementation using Oak middleware framework, while the std-http branch uses Deno's standard library HTTP module which is more like a middle-level implementation.

Chat screenshot

Run locally

git clone https://github.com/ivanatias/deno-chat.git

deno task start