akka-graal-native
Akka server demo
An example project demonstrating the compilation and deployment of an Akka HTTP server using GraalVM native-image for production use
Example of Akka HTTP server compiled with GraalVM native-image
93 stars
7 watching
15 forks
Language: Scala
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
akka/akka-http | Provides a toolkit for building and consuming HTTP-based services using actors and streams | 1,339 |
graalvm/graalvm-demos | A repository of demo applications showcasing the capabilities of GraalVM across various programming languages and frameworks. | 592 |
krisfoster/native-image-workshop | A comprehensive guide to building and deploying native images with GraalVM | 12 |
oracle/graal | Compiles Java applications into native executables for fast startup and performance | 20,486 |
jokade/scalanative-gtk | Scala bindings for native GTK+ and GLib APIs | 27 |
ahunnargikar/vagrant-mesos | A Vagrant setup to create a Mesos/Docker/Marathon/Aurora/ Jenkins development environment for testing and development. | 122 |
severecloud/vksdk | A Golang SDK for interacting with the VK API and handling various community and user events in real-time. | 194 |
coreyauger/reactive-gremlin | A high-throughput WebSocket client for executing Gremlin scripts with backpressure and queue management | 31 |
softwaremill/akka-http-session | Provides directives for client-side session management in web and mobile applications using cookies or custom headers plus local storage. | 440 |
swagger-akka-http/swagger-akka-http | A Scala library that enables Swagger REST API documentation generation for Akka-Http based services | 277 |
graalvm/simplelanguage | A demonstration of building a Truffle language for execution on the GraalVM runtime environment. | 614 |
taylorwood/clojurl | An example Clojure CLI HTTP/S client using GraalVM native image | 65 |
l15k4/scalajs-gremlin-client | A client library for interacting with Gremlin Server via reactive-websocket using Scala.js and uPickle serialization | 6 |
pawelkaczor/akka-ddd | A framework for building distributed services using actor systems and event-sourcing architecture | 353 |
codelytv/scala-ddd-example | An example project demonstrating the implementation of a scalable and maintainable HTTP API in Scala using Domain-Driven Design (DDD) principles | 135 |