Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lagom/lagom

Reactive Microservices for the JVM
https://github.com/lagom/lagom

akka distributed-systems hacktoberfest java lagom microservices play playframework reactive scala

Last synced: about 2 months ago
JSON representation

Reactive Microservices for the JVM

Awesome Lists containing this project

README

        

[![Gitter](https://img.shields.io/badge/chat-on%20gitter-purple.svg)](https://gitter.im/lagom/lagom?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Join the contributors chat at https://gitter.im/lagom/contributors](https://img.shields.io/badge/chat-contributors%20channel-purple.svg)](https://gitter.im/lagom/contributors?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![CI / Build and tests](https://github.com/lagom/lagom/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/lagom/lagom/actions/workflows/build-and-test.yml)
[![Open Source Helpers](https://www.codetriage.com/lagom/lagom/badges/users.svg)](https://www.codetriage.com/lagom/lagom)

# Deprecated - Lagom - July 1 2023
This project will only recieve security patches until July 1, 2024, at that point the project will no longer receive any additional patches.

If you are an existing customer of Lightbend and we have not yet contacted you, please reach out to Support.

We recommend migrating any existing work to:
* [Akka](https://akka.io/) for deeply customized projects with complex infrastructure needs. Akka now contains the vast majority of Lagom features.
* [Kalix](https://www.kalix.io/) for a managed scalable environment with an abstraction above the Akka framework layer to allow you to focus only on business logic.

# Lagom - The Reactive Microservices Framework

Lagom is a Swedish word meaning *just right, sufficient*. Microservices are about creating services that are just the right size, that is, they have just the right level of functionality and isolation to be able to adequately implement a scalable and resilient system.

Lagom focuses on ensuring that your application realizes the full potential of the [Reactive Manifesto](http://reactivemanifesto.org) while delivering a high productivity development environment, and seamless production deployment experience.

## Learn More

* [Website](https://www.lagomframework.com)
* [Download](https://www.lagomframework.com/download.html)
* [Documentation](https://www.lagomframework.com/documentation)
* [Discuss Lagom Forum](https://discuss.lagomframework.com)
* [Get help on Stack Overflow](https://stackoverflow.com/questions/ask?tags=lagom)
* [Community Gitter Chat](https://gitter.im/lagom/lagom)
* [Contributors Gitter Chat](https://gitter.im/lagom/contributors)
* [Contribution Guide](CONTRIBUTING.md)

## License

Copyright (C) Lightbend Inc. (https://www.lightbend.com).

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.