Great video! First time I found a channel about advanced Nodejs topics so well explained!
@SoftwareDeveloperDiaries9 ай бұрын
Welcome aboard!
@semperfiArs5 ай бұрын
Brilliant videos. Your channel is a gold mine
@SoftwareDeveloperDiaries5 ай бұрын
Thanks so much!
@madhavanand75611 ай бұрын
Wonderful video, awesome content. Looks like inbuilt socket. You content is super unique, indepth, hardly youtube videos on this. Lovee it keep posting. Next video idea, how about explaining unknown many inbuilt features of nodejs which are native in like like events, URL constructor etc.
@parassharma704111 ай бұрын
Great content🤗 keep posting please
@SoftwareDeveloperDiaries11 ай бұрын
More to come!
@Crypto-Fascinations11 ай бұрын
Thanks for the useful informations :). I missed the implementation of the class EventEmitter and his methods ;)
@aliadel17238 күн бұрын
Anything i want to know related to nodejs I go to your channel xxD
@SoftwareDeveloperDiaries8 күн бұрын
Well that’s an honour to me 😉
@aliadel17238 күн бұрын
@@SoftwareDeveloperDiaries can you make a project using gRPC or Websocket related to video streaming even if a paid course
@sergeyplotnikov430311 ай бұрын
Can you please make font bigger? Thank you!
@SoftwareDeveloperDiaries11 ай бұрын
Will do next time 😉
@codingclub422510 ай бұрын
great content just love it❤❤
@zzahappy785311 ай бұрын
Great content, in meanwhile you spoke about handling these events in different services. It's about don't wasting time in the publisher service right ? How you do that ? with cluster module or something else ?
@SoftwareDeveloperDiaries11 ай бұрын
Hey, good question. The cluster mode is about scaling, while event emitters are in the realm of the "event-driven architecture". So if you want to free up the publisher service, the event-driven approach is the one you need. If despite that, the service is under high pressure, then scaling out with Kubernetes (if it's a microservices architecture) or simply the cluster mode of Node.js can be a good idea.
@enogratechnologies189610 ай бұрын
Awesome lessons.
@alexenax11098 ай бұрын
Master, do you have any course about topics like this and any other advanced topics about Node.js? Or can you suggest some that you consider valuable?
@enogratechnologies189610 ай бұрын
Could you make a project video with testing and production stages. Thank you. 🙏
@Fullflexno11 ай бұрын
Good video!
@jeancharliecharlie8 ай бұрын
Nice video bro. I might not have a brain, but i got an idea.
@engelknight20594 ай бұрын
thanks
@NguyenNgoc-b3e9 ай бұрын
does it make the project more heavy ?
@SoftwareDeveloperDiaries9 ай бұрын
Not at all 🙂
@TheIfankill6 ай бұрын
Can we make EventEmmiter queue, and execute all asynchronous methods in this queue, or this is bad idea?
@SoftwareDeveloperDiaries5 ай бұрын
I wouldn't do that, sounds like a bad idea :) I'd rather go for a robust queueing system / library if you require one
@code_react11 ай бұрын
Well I tried to like this video 2 times. You have explain it very well. But for beginners it will be a little bit hard to absorb all the logic.