DEV Community

Discussion on: 22 stats that answer, why you should learn Node.js

Collapse
 
revenity profile image
Revenity

You can achieve the same performance as Bun.serve in Node.js using uWebSockets.js

Collapse
 
smitterhane profile image
Smitter

I am yet to check out BunJs in detail. Is uWebSocket.js a module created by Bun team to replicate the performance speeds on Nodejs as a whole? Or is it only for crating real-time applications in Nodejs

Collapse
 
revenity profile image
Revenity

No uWebSockets.js is the nodejs implementation of uWebSockets
github.com/uNetworking

Thread Thread
 
smitterhane profile image
Smitter

Okay thanks, I will check it out. It seems interesting