Back to Developer Roadmap

Akka HTTP

src/data/roadmaps/scala/content/akkahttp@82TpZ2W8LJBEEEjTo8_kD.md

4.0894 B
Original Source

Akka HTTP

Akka HTTP is a modern, fast, asynchronous, and streaming-first HTTP server and client. It implements a full server- and client-side HTTP stack on top of akka-actor and akka-stream. Akka HTTP is not a web framework but rather a toolkit for providing and consuming HTTP-based services. It offers a flexible “Routing DSL” for defining RESTful web services and provides functionality for typical web servers, such as deconstructing URIs, content negotiation, and static content serving.

Visit the following resources to learn more: