All Projects → akka → Akka Http

akka / Akka Http

Licence: other
The Streaming-first HTTP server/module of Akka

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to Akka Http

Firefly
Firefly is an asynchronous web framework for rapid development of high-performance web application.
Stars: ✭ 277 (-76.18%)
Mutual labels:  reactive, websocket, http-client, http2, http-server
Akka Grpc
Akka gRPC
Stars: ✭ 361 (-68.96%)
Mutual labels:  hacktoberfest, reactive, akka, streaming, akka-http
Akka
Build highly concurrent, distributed, and resilient message-driven applications on the JVM
Stars: ✭ 11,938 (+926.48%)
Mutual labels:  hacktoberfest, reactive, akka, streaming
Armeria
Your go-to microservice framework for any situation, from the creator of Netty et al. You can build any type of microservice leveraging your favorite technologies, including gRPC, Thrift, Kotlin, Retrofit, Reactive Streams, Spring Boot and Dropwizard.
Stars: ✭ 3,392 (+191.66%)
Mutual labels:  hacktoberfest, http-client, http2, http-server
Otoroshi
Lightweight api management on top of a modern http reverse proxy
Stars: ✭ 177 (-84.78%)
Mutual labels:  hacktoberfest, akka, http2, akka-http
Squbs
Akka Streams & Akka HTTP for Large-Scale Production Deployments
Stars: ✭ 1,365 (+17.37%)
Mutual labels:  reactive, akka, http-client, akka-http
akka-cookbook
提供清晰、实用的Akka应用指导
Stars: ✭ 30 (-97.42%)
Mutual labels:  reactive, akka, akka-http
hunt-http
http library for D, support http 1.1 / http 2.0 (http2) / websocket server and client.
Stars: ✭ 29 (-97.51%)
Mutual labels:  http2, http-client, http-server
Jiny
Lightweight, modern, simple JVM web framework for rapid development in the API era
Stars: ✭ 40 (-96.56%)
Mutual labels:  websocket, http-client, http-server
Zio Http
A scala library to write Http apps.
Stars: ✭ 162 (-86.07%)
Mutual labels:  websocket, http-client, http-server
Beast
HTTP and WebSocket built on Boost.Asio in C++11
Stars: ✭ 3,241 (+178.68%)
Mutual labels:  websocket, http-client, http-server
Atom
Java course materials
Stars: ✭ 293 (-74.81%)
Mutual labels:  websocket, http-client, http-server
Lagom
Reactive Microservices for the JVM
Stars: ✭ 2,590 (+122.7%)
Mutual labels:  hacktoberfest, reactive, akka
Django Sockpuppet
Build reactive applications with the django tooling you already know and love.
Stars: ✭ 225 (-80.65%)
Mutual labels:  hacktoberfest, reactive, websocket
scala-web-development
Scala Web 开发 - 使用 Akka
Stars: ✭ 42 (-96.39%)
Mutual labels:  reactive, akka, akka-http
Isahc
The practical HTTP client that is fun to use.
Stars: ✭ 338 (-70.94%)
Mutual labels:  hacktoberfest, http-client, http2
Node Libcurl
libcurl bindings for Node.js
Stars: ✭ 447 (-61.56%)
Mutual labels:  hacktoberfest, http-client, http2
Alpakka
Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.
Stars: ✭ 1,154 (-0.77%)
Mutual labels:  hacktoberfest, reactive, akka
Jetty.project
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Stars: ✭ 3,260 (+180.31%)
Mutual labels:  http-client, http2, http-server
Gun
HTTP/1.1, HTTP/2 and Websocket client for Erlang/OTP.
Stars: ✭ 710 (-38.95%)
Mutual labels:  websocket, http-client, http2

Akka HTTP

Latest version

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.

Learn more at akka.io.

Documentation

The documentation is available at doc.akka.io, for Scala and Java.

Community

You can join these groups and chats to discuss and ask Akka related questions:

  • Forums: discuss.akka.io
  • Chat room about using Akka HTTP: gitter: akka/akka
  • Q&A: stackoverflow: #akka-http
  • Issue tracker: github: akka/akka-http (Please use the issue tracker for bugs and reasonable feature requests. Please ask usage questions on the other channels.)

All of our forums, chat rooms, and issue trackers are governed by our Code Of Conduct.

In addition to that, you may enjoy following:

  • The news section of the page, which is updated whenever a new version is released
  • The Akka Team Blog
  • @akkateam on Twitter
  • Projects built with Akka HTTP: Built with Akka HTTP

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, or in the akka/dev chat if a more real-time communication would be of benefit.

A chat room is available for all questions related to developing and contributing to Akka: gitter: akka/dev

Maintenance

This project is maintained by Lightbend's 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 HTTP is Open Source and available under the Apache 2 License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].