You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using Hapi and Socket.io to implement a socket server that has a considerable throughput. I am considering to use hapi-io but I'm mostly concerned about having performance issues since the plugin fakes HTTP requests and inject it into the hapi server.
What is the overhead of these fake requests to the server (if any)?
What is the plugin performance compared with a Hapi server using only Socket.io?
The text was updated successfully, but these errors were encountered:
I'm currently using Hapi and Socket.io to implement a socket server that has a considerable throughput. I am considering to use
hapi-io
but I'm mostly concerned about having performance issues since the plugin fakes HTTP requests and inject it into the hapi server.What is the overhead of these fake requests to the server (if any)?
What is the plugin performance compared with a Hapi server using only Socket.io?
The text was updated successfully, but these errors were encountered: