+ 2
What kind of web dev platform do you like(with some condition)?
If I want to develop a api or web application, I hope quickly and samply to develop and test function(I dont want to prepare many env...), what kind combination of skill you will choose? like java and tomcat , or java and tomcat, or javascript and node.js or paython and ?? or .....
1 Resposta
+ 3
Take a look at Python's Flask. It is a micro framework and it comes with a development server. Great for APIs and small-mid applications.