Ask HN: Best web server/language/framework for embedded?
My current company is thinking of rewriting from the ground-up an embedded software, which is currently accessed through a simple wsgi server.
My initial suggestion was to use something like Flask + lighttpd, which would serve our purposes, but the team wants to go with Node.JS, as this would be somewhat better for their careers later on.
I do have a lot of experience with Python/Django, and the other developers have some C#/Java/React experience.
Anyone have any experience doing embedded web development? How would go in this situation?
6 comments
[ 3.3 ms ] story [ 23.3 ms ] threadThis sounds like Resume Driven Development to me... which seems like a really silly reason to switch languages. Node.js will have new challenges, and different performance characteristics (maybe better in some areas, maybe worse depending on your use case.)
I've done a lot of backend Node.js development but wouldn't migrate an existing project to it without a good reason. Maybe you have a lot of time and bandwidth to debug any new issues and to learn a new ecosystem (which is something I rarely have.)