Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Best option to build a simple REST API?
Like @SmokeTree says, go with what you know.Best option to build a simple REST API?
Django Rest API or Flask API?
Something else?
Like @SmokeTree says, go with what you know.
If this is for the Google sheets thing, then performance and / or library support aren't particularly relevent, since it's not much more than a proxy.
nodejs world moves too fast, std lib is horrible, you'll need to use npm packages like popping pills, node_modules bloat, poor security with npm packages needed for everything, no typing, poor deployment experience, horrible debugging experience. I find it hard to recommend nodejs to anyone nowadays.If I was doing this, I would probably chose nodejs with koa, because it's very simple, has good library support, and performs well for this type of workload.
Expect low quality code. Writing code is a skill, an art-- if you will. It takes a lot of experience to write good maintainable code that is well tested. Fiverr is not where you find people that can do this, they're gonna skip on a lot of things. And when you eventually have to go in and fix it for yourself, you'll be giving yourself a headache.How possible would it be to pay someone on Fiverr to deploy a Django or Flask app, if I just write the models and the processing scripts (scraping and calculations), then have someone do the views as well?
Is this "standard fare" that can be outsourced (and maintained) easily, sort of like paying someone to install and update Wordpress?
If I was doing this, I would probably chose nodejs with koa, because it's very simple, has good library support, and performs well for this type of workload.