Ask HN: What is the best language to write a REST back end in?
I am currently running Java on a tomcat as backend rest service. Which language would be good to migrate to. Good performance, future proof and I can find other people to maintain as well.
12 comments
[ 3.1 ms ] story [ 40.8 ms ] threadTo do basic CRUD stuff, you write like 0 lines of real code. Just use a ViewSet, connect a Serilizer and a Model object. Everything just works and you can save the data into Postgres in no time.
Django is a massive community and you can do a lot more complex things than a CRUD app, but the easy stuff is just soo easy.
Im primarily a java developer and wouldnt have a problem writing it using dropwizard or spring boot. But I'd also consider django-rest since i like django, or nodejs as alternatives
Personally I would go with Swarm since I feel there is less work configuring it. With the added advantage of being used to develop in JEE Environments.
- High qualitity plugins - Widely used e.g Paypal, Disney, Walmart - Very good documentation
Personally one of the best web frameworks I've ever used.