This repo is an attempt to learn Deno by myself. deno-chat is a simple real-time chat application written in TypeScript utilizing Deno and Websockets
Before you start, you need to have Deno installed in order to run this application locally
- Clone this project to your desired location
- Open a terminal in the root directory of the project folder
- Run
deno run --allow-net --allow-read server.tsin the terminal - Open
http://localhost:3000/in your browser to use at the first client - Open second instance of
http://localhost:3000/to see real-time chat between 2 users
This entire project was created just for educational purposes and I've no intentions to further improving or maintaining it in the future
This project was created by following a tutorial blogpost on Dev.to by Aral Roca