https://github.com/ivanatias/deno-chat
Experimenting with WebSockets using Deno!
https://github.com/ivanatias/deno-chat
deno websocket
Last synced: about 2 months ago
JSON representation
Experimenting with WebSockets using Deno!
- Host: GitHub
- URL: https://github.com/ivanatias/deno-chat
- Owner: ivanatias
- Created: 2023-05-04T04:49:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T18:43:45.000Z (about 3 years ago)
- Last Synced: 2025-04-02T01:51:32.568Z (about 1 year ago)
- Topics: deno, websocket
- Language: TypeScript
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deno Chat
Just experimenting on WebSockets using Deno. The `main` branch describes a
high-level implementation using
[Oak middleware framework](https://deno.land/x/oak@v12.4.0), while the
`std-http` branch uses
[Deno's standard library HTTP module](https://deno.land/std@0.186.0/http/mod.ts)
which is more like a middle-level implementation.

# Run locally
```
git clone https://github.com/ivanatias/deno-chat.git
deno task start
```