-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API framework? #1
Comments
@sbcgua yes, I also ended up just doing it in raw code, but it would be nice with OpenAPI specifications and such |
yeah openapi could be nice indeed I checked some material on loopback and nextjs. Anyway could be worth checking. It supports validation out of the box and typescipt friendly... The syntax from docs looks a bit cluttered to me. But maybe we can try :) |
yea, one step at a time |
Looking through the docs of nextjs and becoming less excited. Looks quite bloated and less readable. Probably very good for bigger apps. But for a small one - light-weight express is just perfect. Just an opinion. |
http://loopback.io
https://nestjs.com
The text was updated successfully, but these errors were encountered: