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

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

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