WebSocket Chat with OAK Middleware
DenoThis 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)
> npx degit takielias/deno-websocket-chat deno-websocket-chat
> cd deno-websocket-chat
> deno run --allow-net --allow-read server.ts