-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
Choose between any popular Node.js frameworks #66
Comments
@jamesgeorge007 I would like to work on this issue.However can you please guide me about the process? |
@ANURADHAJHA99 Currently all the boilerplate templates are based on |
@jamesgeorge007 am I suppose to make template for each of the following frameworks? |
Hi, I would like to take a look at this issue. I guess nobody is working on that correct? |
@konsvasi go ahead 👍 |
Just a comment you can ignore. I have tried quite a few frameworks (feathers, loopback, adonis, koa, hapi etc.). I personally still feel that my goto framework will be express, not difficult to find what you need... |
@ais-one Express.js is pretty minimalistic and depends on other third-party libraries when it comes to other services. All other frameworks built on top of Express.js come shipped with these required features as you may know. Anyways, it depends on the use case. |
Doesn't MEVN lose its meaning if you use another framework than express. In that case the CLI should be renamed to something else to reflect that it is no longer solely based on express. |
@micksi apologies for the delayed response. The idea is pretty simple, extend the capabilities based on user requirements. As you may know, |
Currently,
Mevn-CLI
supports onlyexpress.js
when it comes to the Node.js framework. But there are other frameworks growing in popularity just likeHapi.js
,Sails.js
etc.The text was updated successfully, but these errors were encountered: