No video

Websocket live code using Angular & node.js | secret chat application | Beginner level explanation

  Рет қаралды 13,074

Techno Saviour

Techno Saviour

Күн бұрын

#websockets #demo #whatis #nodejs #angularwebsocket
Angular Code walkthrough
Amazon Link: amzn.to/36pZN09
git: github.com/luc...
Nodejs: nodejs.org/en/...
npm package: www.npmjs.com/...
Visual studio code: code.visualstu...
Playlist about Websockets
• Video
Playlist about JWT
• JWT Token
Check out the playlist about RSA
• RSA

Пікірлер: 42
@sandeepvuppala7062
@sandeepvuppala7062 2 жыл бұрын
Bravoo!! Now I came to know the realtime use of Node js. Thankyou
@omkarbelgaonkar1425
@omkarbelgaonkar1425 6 ай бұрын
Giving error of cors poilcy while socket connect. I have added cors policies in node js but still.
@gururaj7250
@gururaj7250 3 жыл бұрын
Very great video finally i got solution from this video...thanks anthamma.
@ideein7
@ideein7 3 жыл бұрын
Ty mate, you're a hero
@osmanmuzik
@osmanmuzik 3 жыл бұрын
Thanks man really good job !
@dhaouiala2626
@dhaouiala2626 3 жыл бұрын
io.connect ... connect Property 'connect' does not exist on type 'typeof import
@parvathil2345
@parvathil2345 Жыл бұрын
Hey Thanks for the video!!! It is very help full😊.I have a doubt tho ,how can we send the message to an intended user and not to all the other clients connected to the server
@venkateswarabommali4227
@venkateswarabommali4227 3 жыл бұрын
Hi..nice one..could you please suggest me how to deoply same in Heroku
@pemadechen6982
@pemadechen6982 3 жыл бұрын
Thank you very much
@sharongrace41
@sharongrace41 4 жыл бұрын
Heyy, Do you mind writing a blog on the entire setup of your application? It'd be really helpful :) Thanks !
@TechnoSaviour
@TechnoSaviour 3 жыл бұрын
Thanks for the idea!
@nassereddine949
@nassereddine949 Жыл бұрын
Can this work if i have a server socket made in java ? i try to send string data from angular app using socket client to a different desktop app running in java 8. so is it possible to use socket Client in Angular and socket server on java knowing that each app is at its own but run in the same machine ?
@biswakalyandas8076
@biswakalyandas8076 Жыл бұрын
Yes, Websocket is supported by all platforms. Yes, its possible to have different client and server systems. It doesn't need to be on the same machine.
@saimanojyelchuri5584
@saimanojyelchuri5584 4 жыл бұрын
Nice one.. 👍
@TechnoSaviour
@TechnoSaviour 4 жыл бұрын
Thanks Sai
@rosalyna_24
@rosalyna_24 3 жыл бұрын
hey please can u help me i want to send a file after i uploaded it how can i do that
@yaminisharma8096
@yaminisharma8096 3 жыл бұрын
io.connect is giving error how to resolve
@zackscreativeinsights
@zackscreativeinsights 3 жыл бұрын
playlist is not available
@VikramKumarflutePlayer
@VikramKumarflutePlayer 2 жыл бұрын
Hi, Node is shoing new connections after few seconds......everytime
@TechnoSaviour
@TechnoSaviour 2 жыл бұрын
This is a POC to demonstrate how web sockets works, in general we should always check if a connection exists then don't create a new one
@robertovieira8532
@robertovieira8532 3 жыл бұрын
Great video, thanks so much..I have a website that has a setInterval to check if there is a message for the user. Can I notify the user using socket.io when a message arrives? If possible, do you know where to find an example?
@TechnoSaviour
@TechnoSaviour 3 жыл бұрын
For your scenario web sockets must be used instead of pooling. You can search git, but I doubt you will get a ready made solution.
@rosalyna_24
@rosalyna_24 3 жыл бұрын
did u find the solution please
@robertovieira8532
@robertovieira8532 3 жыл бұрын
@@rosalyna_24 hi Rosalyna.. I am using this solution anymore.. but, I did like this.. saved the socket id of user on DB, when a message arrived to use I send I got the socket Id and send a notify... Try this, any doubt can tell me, I will try to help 😀
@rosalyna_24
@rosalyna_24 3 жыл бұрын
@@robertovieira8532 can u send me the code source please
@robertovieira8532
@robertovieira8532 3 жыл бұрын
@@rosalyna_24 Hi Rosalyna.. I found old script that I used to test.. Tell me one contact to share .. can be Telegram or WhatsApp
@preetamgupta3532
@preetamgupta3532 4 жыл бұрын
Can we use socket part in controller ??
@TechnoSaviour
@TechnoSaviour 4 жыл бұрын
You can emit data directly from controller side. But listening won't work without observables.
@preetamgupta3532
@preetamgupta3532 4 жыл бұрын
@@TechnoSaviour Sir can u make a video for it please
@medkhalil7055
@medkhalil7055 2 жыл бұрын
this code not available
@rameshlonewolf
@rameshlonewolf 3 жыл бұрын
Can we use this method on real-time deployment for real I mean can i use this method to build chat box and deploy on wix? Is it work or do I need something?
@TechnoSaviour
@TechnoSaviour 3 жыл бұрын
The general idea of websockets is about getting realtime updates. How you use it is completely up to you. Chat app is a common use case
@rameshlonewolf
@rameshlonewolf 3 жыл бұрын
@@TechnoSaviour thank you for replying
@dhawalparmar7117
@dhawalparmar7117 2 жыл бұрын
I am having cors problem
@medkhalil7055
@medkhalil7055 2 жыл бұрын
It works on one page when you open two different pages it doesn't work on them
@TechnoSaviour
@TechnoSaviour 2 жыл бұрын
it should work, that why web-sockets are designed
@zackscreativeinsights
@zackscreativeinsights 3 жыл бұрын
how to see playlist pls reply
@TechnoSaviour
@TechnoSaviour 3 жыл бұрын
Hi check the link below Websockets: kzfaq.info/sun/PLsfENEve366QUsRwskGVZIP8WNoBnuz3A
@shivanivaru9616
@shivanivaru9616 3 жыл бұрын
i cant run this program. how to run
@TechnoSaviour
@TechnoSaviour 3 жыл бұрын
What's the issue you are getting
WebSockets in 100 Seconds & Beyond with Socket.io
8:31
Fireship
Рет қаралды 1 МЛН
Socket.io Beginner Tutorial - NodeJS + ExpressJS
26:29
PedroTech
Рет қаралды 102 М.
Happy birthday to you by Tsuriki Show
00:12
Tsuriki Show
Рет қаралды 12 МЛН
白天使选错惹黑天使生气。#天使 #小丑女
00:31
天使夫妇
Рет қаралды 14 МЛН
OMG what happened??😳 filaretiki family✨ #social
01:00
Filaretiki
Рет қаралды 13 МЛН
طردت النملة من المنزل😡 ماذا فعل؟🥲
00:25
Cool Tool SHORTS Arabic
Рет қаралды 22 МЛН
Why High Performers Might Be Hurting Your Team
6:42
Simon Sinek
Рет қаралды 2,1 М.
Easy Real time Chat App using Angular, Node and Socket.io
53:03
Competent Programming
Рет қаралды 22 М.
Angular - WebSocket - Chat Application Example with Bootstrap
28:29
Build a Chat App With MongoDB & Socket.io [Part 1]
20:54
Traversy Media
Рет қаралды 231 М.
Websocket node js with Socket io and angular
3:42
Code Update
Рет қаралды 13 М.
Build a Real Time Chat App With Node.js And Socket.io
17:12
Web Dev Simplified
Рет қаралды 551 М.
Realtime Chat With Users & Rooms - Socket.io, Node & Express
58:45
Traversy Media
Рет қаралды 875 М.
Happy birthday to you by Tsuriki Show
00:12
Tsuriki Show
Рет қаралды 12 МЛН