-
Notifications
You must be signed in to change notification settings - Fork 312
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
typescript feature #228
Comments
I am interested to migrate this project in typescript, I am exploring this repo. What's your thoughts? |
Actually I would like to get a better insight of alternative of this repo. Does it worth to migrate to TS ? |
yah, I learned Nest.js and it is in fact quite heavy, but it is production-ready and scalable, but I think of trying out restify, it's faster than express as far as I know. also, nestjs requires quite a lot of work to build an API. |
I do agree about nestjs. I've checked out restify and it's pretty much like express. It's also very similar to the way @diegohaz implements rest in this project. |
No, I never used the Loopback framework, Do you think Loopback is a good choice? I am open to it :) |
I've checked quickly FoalTs yesterday. https://github.com/FoalTS/foal. It looks quite fine. It seems to be more or less like nestJs but a lighter. They had the good idea to publish framework comparison: According to them, loopback might be too light for complex projects. Nestjs is powerfull and has traction but it is quite opinionated as its structure is inspired by angular. In conclusion, I'll continue to use nestjs and I'll try FoalTs in a future project in order to have my opinion. |
I am planning to migrate this project to typescript, as I want to use a similar template written for typescript for my future projects. @diegohaz will you be interested adding typescript support in the project ? |
Hi, is there a typescript version of the repo. I'm using this boilerplate since years and I'm very satisfied with it. Now the project might need some refresh to include new features that can be brought with typescript and other libs.
Does anybody intersting by improving this repo ?
Thx and special thx to Diego :)
The text was updated successfully, but these errors were encountered: