abaplint / abaplint-sci-server

Node backend application for running abaplint on ABAP
MIT License
20 stars 13 forks source link

API framework? #1

Open larshp opened 4 years ago

larshp commented 4 years ago

http://loopback.io

https://nestjs.com

larshp commented 4 years ago

@sbcgua yes, I also ended up just doing it in raw code, but it would be nice with OpenAPI specifications and such

sbcgua commented 4 years ago

yeah openapi could be nice indeed

I checked some material on loopback and nextjs. Seems like the later one is more trendy. https://www.npmtrends.com/@nestjs/core-vs-loopback-vs-sails But ... yohoho ! :))) https://www.npmtrends.com/@nestjs/core-vs-loopback-vs-sails-vs-express

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 :)

larshp commented 4 years ago

yea, one step at a time

sbcgua commented 4 years ago

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.