What is your current go to for rapid website/web app development?
3 comments
As a JS dev, I tend to go with Node + Express. For more complicated projects, I go straight for the MERN stack (add MongoDB and React to the previous two bits of framework). As for deployment... I use Heroku. Or, I guess I used Heroku, past tense, but now that the free tier is dying, I guess we're both on the lookout for a free quick deployment option, unless you just want to host the server yourself :D
Take a look at Adaptable.io. The free tier includes your database and supports MongoDB directly, so it's great for MERN apps.
Thanks! I'll check it out :)
I realize this question depends on many things, eg your existing experience with whichever framework, but I'd like to hear what others are using regardless, ie any language/platform/framework
Edit: Also, any links to other discussions/sites related to this would be appreciated, I did some searching but haven't found any great results.