Real-time Chat App with Deno and Websockets
Demo
the following link to see deployed version on heroku
CheckInstallation
You need to have Deno installed in order to run this app locally
- Clone the repository
- Go to the project root using terminal
- Run
deno run --allow-net --allow-read server.js
- Open http://localhost:3000/chat.html` in browser
- 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.