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
Improved codebase efficiency by cutting down on functional calls.
Simplified request flow from uWS -> HyperExpress route handlers.
Decreased package size by separating SessionEngine into its own middleware.
BREAKING: SessionEngine no longer ships with HyperExpress and has now been turned into its own middleware. The syntax/API for Request.session object remains mostly same except for some methods.
BREAKING: WebsocketRoute has been removed. The websocket flow has been simplified and restructured to allow for modular compatibility with Routers. Websocket connections are now polyfilled extended EventEmitters allowing for the consumption of events per connection.