https://github.com/takielias/deno-websocket-chat
This is a simple Deno Websocket Chat Example with OAK Middleware Inspired by https://cutt.ly/7yVWKuK
https://github.com/takielias/deno-websocket-chat
chat deno middleware oak websocket
Last synced: 2 months ago
JSON representation
This is a simple Deno Websocket Chat Example with OAK Middleware Inspired by https://cutt.ly/7yVWKuK
- Host: GitHub
- URL: https://github.com/takielias/deno-websocket-chat
- Owner: takielias
- License: mit
- Created: 2020-06-04T17:08:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-10T14:30:45.000Z (about 5 years ago)
- Last Synced: 2025-05-12T23:54:24.595Z (2 months ago)
- Topics: chat, deno, middleware, oak, websocket
- Language: TypeScript
- Homepage: https://ebuz.xyz
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deno [WebSocket](https://deno.land/std/ws) Chat with [OAK](https://github.com/oakserver/oak) Middleware
This is a simple Deno Websocket Chat Example with Oak Middleware
## Getting started#Using Git Clone
```
> git clone https://github.com/takielias/deno-websocket-chat.git
> cd deno-websocket-chat
> deno run --allow-net --allow-read server.ts
```#Using Degit
(Prerequisite [NPX](https://github.com/npm/npx))
```
> npx degit takielias/deno-websocket-chat deno-websocket-chat
> cd deno-websocket-chat
> deno run --allow-net --allow-read server.ts
```