All Projects → thecodeholic → Deno Websocket Chat

thecodeholic / Deno Websocket Chat

Realtime Chat App with Deno and WebSockets

Programming Languages

javascript
184084 projects - #8 most used programming language

Real-time Chat App with Deno and Websockets

Demo

Check the following link to see deployed version on heroku


Installation

You need to have Deno installed in order to run this app locally

  1. 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". I appreaciate if you like the video and share it.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].