I didn't know birds stretched their legs. Made me smile.
@landmaze2 жыл бұрын
I'm glad that I found you. Thank you for sharing your experience
@RayanMADAO Жыл бұрын
why do we need http with express? cant you just do app.listen and itll create the server?
@sudsierspace9010 Жыл бұрын
I love the bird lol, very good explained tutorial
@stevereid6362 жыл бұрын
How are you able to import cors? I went back and checked the video and I didn't see you install it!?! 🤷🏾♂
@codeandbird2 жыл бұрын
Heya, I honestly don't remember, maybe I installed them when I prepared the video and forgot to show it, or it was installed as a dependency of other npm library such as express :D
@gnanadesigan84452 жыл бұрын
Thanks for your tutorial on webrtc. Is it possible to create normal chat flow?
@codeandbird2 жыл бұрын
Yes sure I will show it in next videos soon :)
@gnanadesigan84452 жыл бұрын
@@codeandbird thanks alot
@JohnBiddulph Жыл бұрын
lol 2 minutes bird at the end of this coding session🐦
@alrazy122 жыл бұрын
nice bird :)
@harendrapratapsingh821010 ай бұрын
1] [nodemon] starting `node .` [1] Listening on port 8336 [1] Connected Clients Set(0) {} [1] Connected Socket o7LqT0mXxb5dyhAEAAAC [1] user is connected [1] Connected Clients Set(1) { 'o7LqT0mXxb5dyhAEAAAC' } [1] Connected Socket 69dHNRhkeNeWILrLAAAD [1] user is connected When I am opening the localhost:3000, I see "user is connected" is getting printed twice even if only one client window is open