Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thecodeholic/deno-websocket-chat
Realtime Chat App with Deno and WebSockets
https://github.com/thecodeholic/deno-websocket-chat
deno denochat denojs groupchat realtimechat
Last synced: 3 months ago
JSON representation
Realtime Chat App with Deno and WebSockets
- Host: GitHub
- URL: https://github.com/thecodeholic/deno-websocket-chat
- Owner: thecodeholic
- Created: 2020-05-16T14:29:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-07T15:44:49.000Z (almost 4 years ago)
- Last Synced: 2024-08-04T13:05:45.155Z (6 months ago)
- Topics: deno, denochat, denojs, groupchat, realtimechat
- Language: JavaScript
- Homepage: https://youtu.be/XWyUtYL6ynE
- Size: 16.6 KB
- Stars: 129
- Watchers: 10
- Forks: 38
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Real-time Chat App with Deno and Websockets
## Demo
#### Check [the following link](https://deno-websocket-chat.herokuapp.com/chat.html) to see deployed version on heroku
--------------------
## Installation
You need to have [Deno installed](https://deno.land/#installation) in order to run this app locally1. Clone the repository
2. Go to the project root using terminal
3. Run `deno run --allow-net --allow-read server.js`
4. Open http://localhost:3000/chat.html` in browser
5. That's all.> The project was created along with Youtube Video ["Build Realtime Chat App with Deno and WebSockets"](https://youtu.be/XWyUtYL6ynE).
> I appreaciate if you like the video and share it.