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
- Host: GitHub
- URL: https://github.com/jcs224/deno-chat
- Owner: jcs224
- Created: 2020-08-28T06:14:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T03:05:11.000Z (over 4 years ago)
- Last Synced: 2025-01-23T10:43:10.749Z (4 months ago)
- Language: HTML
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!