💬💬 Real-time chat application using Deno and WebSockets 💬💬
In this video we are going to use Deno and WebSockets and create Real-time chat application.
Deno is V8 engine secure Javascript and Typescript runtime, which many people consider as Node.js replacement. We’ll see in the future if Deno can become so popular to replace Node.js, but at the moment we can see if it can be as good as Node.js is certain cases.
I this video, HTML and CSS is already ready and you can download it from the following link if you want to follow this tutorial.
https://github.com/thecodeholic/deno-websocket-chat/tree/html-css
Finished code - (If you like it, Give it a ⭐)
https://github.com/thecodeholic/deno-websocket-chat
#deno #node #javascript #typescript #web-development