• Stars
    star
    2
  • Language
    TypeScript
  • License
    MIT License
  • Created over 4 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is a simple Deno Websocket Chat Example with OAK Middleware Inspired by https://cutt.ly/7yVWKuK

Deno WebSocket Chat with 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)

> npx degit takielias/deno-websocket-chat deno-websocket-chat
> cd deno-websocket-chat
> deno run --allow-net --allow-read server.ts