It’s quick and easy to get started with Lagom
Industry-standard build tools automatically download what you need to get started developing a Lagom system. Use a Maven archetype or an sbt template to create a new project with a simple Hello World service that you can test in your browser. No need to download or set up anything else!
One simple command starts the Lagom development environment and runs:
- Cassandra
- Kafka
- A service locator
- A service gateway
- Your Lagom services
Lagom provides APIs for Java and Scala. Both support the full range of Lagom features to provide a great microservice development experience.