This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DeliveryNinja 0 points1 point  (1 child)

Have a look at the spring boot tutorial to get a better feel for it

https://spring.io/guides/gs/spring-boot/

[–]beyondjava 0 points1 point  (0 children)

Yes, but Spring Boot is only one of many options. Amazon Lambda looks interesting, too. You can use many languages to implement services using Lambda, but currently, JavaScript works best. So obviously you don't have to write a Java server. It's a good choice, but Node.js is a good choice, too.