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 just decided to hack together a middleware wrapper (with the help of Claude Sonnet via a test-driven development method, and the docs provided) to make use of potentially any Express.js middleware in Hyperexpress. I learned quite a bit about the differences between the two servers and the request object, and this iteration passed all the tests that had failed to use middleware correctly, still I'd love it if anyone in the know could look it over or test it themselves.
I just decided to hack together a middleware wrapper (with the help of Claude Sonnet via a test-driven development method, and the docs provided) to make use of potentially any Express.js middleware in Hyperexpress. I learned quite a bit about the differences between the two servers and the request object, and this iteration passed all the tests that had failed to use middleware correctly, still I'd love it if anyone in the know could look it over or test it themselves.
https://github.com/OpenReplicant/Hyperexpress-MiddleWrap
The text was updated successfully, but these errors were encountered: