返回排行榜

The Streaming-first HTTP server/module of Akka

akkaakka-httphttphttp-serverhttp-clientstreamingreactivehttp2websockethacktoberfest
Star 增长趋势
Star
1.4k
Forks
586
周增长
Issues
577
5001k
2016年8月2019年11月2023年3月2026年7月
README

Akka

Akka is a powerful platform that simplifies building and operating highly responsive, resilient, and scalable services.

The platform consists of

  • the Akka SDK for straightforward, rapid development with AI assist and automatic clustering. Services built with the Akka SDK are automatically clustered and can be deployed on any infrastructure.
  • and Akka Automated Operations, a managed solution that handles everything for Akka SDK services from auto-elasticity to multi-region high availability running safely within your VPC.

The Akka SDK and Akka Automated Operations are built upon the foundational Akka libraries, providing the building blocks for distributed systems.

Akka HTTP library

The Akka HTTP modules implement a full server- and client-side HTTP stack on top of akka-actor and akka-stream. It's not a web-framework but rather a more general toolkit for providing and consuming HTTP-based services. While interaction with a browser is of course also in scope it is not the primary focus of Akka HTTP.

Akka HTTP follows a rather open design and many times offers several different API levels for "doing the same thing". You get to pick the API level of abstraction that is most suitable for your application. This means that, if you have trouble achieving something using a high-level API, there's a good chance that you can get it done with a low-level API, which offers more flexibility but might require you to write more application code.

Reference Documentation

The reference documentation for all Akka libraries is available via doc.akka.io/libraries/, details for the Akka HTTP library for Scala and Java.

The current versions of all Akka libraries are listed on the Akka Dependencies page. Releases of the Akka HTTP library in this repository are listed on the GitHub releases page.

Contributing

Contributions are very welcome!

If you see an issue that you'd like to see fixed, the best way to make it happen is to help out by submitting a pull request. For ideas of where to contribute, tickets marked as "help wanted" are a good starting point.

Refer to the CONTRIBUTING.md file for more details about the workflow, and general hints on how to prepare your pull request. You can also ask for clarifications or guidance in GitHub issues directly.

Maintenance

This project is maintained by the core Akka Team as well as the extended Akka HTTP Team, consisting of excellent and experienced developers who have shown their dedication and knowledge about HTTP and the codebase. This team may grow dynamically, and it is possible to propose new members to it.

Joining the extended team in such form gives you, in addition to street-cred, of course committer rights to this repository as well as higher impact onto the roadmap of the project. Come and join us!

License

Akka is licensed under the Business Source License 1.1, please see the Akka License FAQ.

Tests and documentation are under a separate license, see the LICENSE file in each documentation and test root directory for details.

相关仓库
akka/akka-core

A platform to build and run apps that are elastic, agile, and resilient. SDK, libraries, and hosted environments.

ScalaOtherreactivedistributed-systems
doc.akka.io/libraries/
13.3k3.5k
akka/akka

A platform to build and run apps that are elastic, agile, and resilient. SDK, libraries, and hosted environments.

ScalaOtherreactivedistributed-systems
doc.akka.io
13.1k3.6k
asynkron/protoactor-go

Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin

GoGo ModulesApache License 2.0grpcactor-model
proto.actor
5.5k574
akkadotnet/akka.net

Canonical actor model implementation for .NET with local + distributed actors in C# and F#.

C#Otherakkaactor-model
getakka.net
5.1k1.1k
lagom/lagom

Reactive Microservices for the JVM

ScalaApache License 2.0lagomdistributed-systems
lagomframework.com
2.6k620
asynkron/protoactor-dotnet

Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin

C#Apache License 2.0actorsclustering
proto.actor
1.9k291
softwaremill/tapir

Rapid development of self-documenting APIs

ScalaApache License 2.0akka-httpopenapi
tapir.softwaremill.com
1.5k468
paypal/squbs

Akka Streams & Akka HTTP for Large-Scale Production Deployments

ScalaApache License 2.0akkaakka-http
paypal.github.io/squbs
1.4k234
akka/alpakka-kafka

Alpakka Kafka connector - Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.

ScalaOtherkafkajava
doc.akka.io/libraries/alpakka-kafka/current/
1.4k370
akka/alpakka

Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.

ScalaOtherintegrationreactive
doc.akka.io/libraries/alpakka/current/
1.3k629
nactio/nact

nact ⇒ node.js + actors ⇒ your services have never been so µ

TypeScriptnpmApache License 2.0actor-modelnodejs
nact.xyz
1.1k44
jacksu/utils4s

scala、spark使用过程中,各种测试用例以及相关资料整理

Scalasparkscala-demo
jacksu.github.io/utils4s
1.1k421