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: about 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
akka/akka-http | A toolkit for providing and consuming HTTP-based services on top of actor and streaming systems | 1,338 |
graalvm/graalvm-demos | A collection of demo applications showcasing GraalVM's capabilities | 586 |
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,398 |
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. | 195 |
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. | 613 |
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 |