
Yash Nirwan
@yash_nirwan_
Followers
5
Following
80
Media
7
Statuses
53
Joined August 2022
7️⃣ Difference Between app.use() & app.all(). ✅ app.use(path, middleware): Runs middleware for all methods (GET, POST, etc.). ✅ app.all(path, handler): Runs for all methods but only on that path. #NodeJS #ExpressJS #Backend #100DaysOfCode
0
0
4
🔹 Networking tasks don’t use the thread pool; they rely on efficient OS mechanisms like epoll & kqueue. 🔹 Streams, Buffers, and Pipes make data handling efficient. #NodeJS #JavaScript #Backend.
0
0
0