Skip to content

benlongdev/deno-websocket-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-time Chat App with Deno and Websockets

This is a demo of a real-time chat app using Deno. It extends the original project (https://github.com/thecodeholic/deno-websocket-chat) to include a WYSIWYG HTML editor.


Installation

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

  1. Clone this repository (e.g., git clone https://github.com/benlongdev/deno-websocket-chat.git)
  2. From within the project's root directory, run deno run --allow-net server.ts
  3. Open public/index.html in your browser
  4. Enter your name, select a group to join, and click Login
  5. To demo two or more participants, open public/index.html in another window and join the same group

Deno chat app with WYSIWYG HTML editor

About

Realtime Chat App with Deno and WebSockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 33.0%
  • JavaScript 26.0%
  • CSS 21.5%
  • HTML 19.5%