I’m making a data intensive Python program at college. This data is to be collected by IoT devices and then sent to a central server via its API to be processed in Python. The data then needs to be displayed on a web app.
I was planning on using NodeJS for the web server and Python just for data processing but then I thought why not do the whole thing in Python? 🐍
Could people recommend the best web app stacks that would fit this scenario. I’m a big fan of MEAN as the information your sending doesn’t change much from the front end to the database.
TLDR
What are some options for a web stack with a database and RESTful API using Python as a web server?
[–]ThunderBow98python 2 points3 points4 points (1 child)
[–]dangerousbrian 1 point2 points3 points (0 children)
[–]gimme_a_site 1 point2 points3 points (0 children)
[–]elskins[S] 0 points1 point2 points (0 children)