https://github.com/ivanatias/deno-chat
Experimenting with WebSockets using Deno!
https://github.com/ivanatias/deno-chat
deno websocket
Last synced: 3 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 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T18:43:45.000Z (about 2 years ago)
- Last Synced: 2025-02-07T16:46:59.171Z (4 months 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/[email protected]), while the
`std-http` branch uses
[Deno's standard library HTTP module](https://deno.land/[email protected]/http/mod.ts)
which is more like a middle-level implementation.
# Run locally
```
git clone https://github.com/ivanatias/deno-chat.gitdeno task start
```