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

https://github.com/jcs224/deno-chat

Experimenting with websockets in Deno
https://github.com/jcs224/deno-chat

Last synced: 2 months ago
JSON representation

Experimenting with websockets in Deno

Awesome Lists containing this project

README

        

# Deno chat demo

The only requirement to run the project is [Deno](https://deno.land/).

## Setup / Usage
```
// Clone the repo
git clone https://github.com/jcs224/deno-chat.git

// Run the project
cd deno-chat
deno run --allow-net --allow-read app.js
```
This will spin up a server you can access in your browser at `http://localhost:3000`. Try opening a couple of tabs to see messages show up on both screens when you submit messages!