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
Express, Sails and Nighthawk are all doing something similar, creating instances of Request and Response to pass to the router. Currently Express extends directly from http.IncomingResponse which doesn't work for the context of WS requests or browser routing.
The discussion I would like to have here is "How can we create stand-alone modules that can be used for all three use cases?".
Started with some conversation here: pillarjs/router#14 (comment)
Express, Sails and Nighthawk are all doing something similar, creating instances of Request and Response to pass to the router. Currently Express extends directly from
http.IncomingResponse
which doesn't work for the context of WS requests or browser routing.The discussion I would like to have here is "How can we create stand-alone modules that can be used for all three use cases?".
cc: @mikermcneil @felixfbecker
The text was updated successfully, but these errors were encountered: