📝 Description
During this video You will understand how to build an easy real time chat application using Angular, Node and Socket.io less than 1 hour.
Socket.IO is a library that enables real-time, bidirectional and event-based communication between the browser and the server. On the server side we are gonna use node and express. For the client side I decided to use angular and socket.io-client npm package. We are going to cover just basic things bug it's gonna be enought to start working on somethins bigger. Maybe in future I would extend this app and add support for multi room. Let me know in the comment if you want to see it.
Enjoy the video
[GIT]: https://github.com/CompetentProgramming/chat
[Twitch]: https://www.twitch.tv/competent_programming - streams almost each day. Subscribe.
--------------------------------------------------------------------------------------------------------------------------
❤ Socials
[Twitter]: https://twitter.com/competent_dev
[Instagram]: https://www.instagram.com/dmitriy.horytsan/
--------------------------------------------------------------------------------------------------------------------------
Timecodes:
00:00:00 - Introduction
00:01:09 - Basic structure
00:10:16 - Server side node
00:22:37- Client side Angular
00:51:32 - Final solution
#JavaScript #programming #development #html5 #css #js #angular #nodejs