Hacker News new | ask | show | jobs
Expross the new Python web framework for express.js devs (github.com)
4 points by mauro-balades 1674 days ago
2 comments

It is declared to resemble express.js, but why doesn't it follow its design in explicit passing of request and response to handler.
Hi! If you have a question, please open an issue and I will respond there, simply because it is more efficient and people can see why this feature exists
edit: I am reworking it to make it look like express.js
Oh no, decorators based routing :(
I am reworking the project to make it look like express.js there is one problem... In python, you can't do arrow functions so everything can't be the same.