Which package or utils is this feature request for?
network-server
Feature
The goal is to change engine of websocket in the network server to use bun. This is a breaking change that make the server not runnable with node, but we can get better performance with bun.
Today we cannot use default ws because bun does not implement functions to run it.
Ideal solution or implementation
/
Alternative solutions or implementations
No response
Other context
No response