Skip to content

DominicAmal/deno-websocket-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Real-time Chat App with Deno and Websockets

Demo

Join to chat page

Chat join page

Chat page

Chat page


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 server.js
  4. Open public/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.

About

Realtime Chat App with Deno and WebSockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.9%
  • CSS 21.0%
  • HTML 20.1%