Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aappddeevv/example-server

Simple akka http server. Provides microservices to help illustrate examples in a book.
https://github.com/aappddeevv/example-server

Last synced: 6 days ago
JSON representation

Simple akka http server. Provides microservices to help illustrate examples in a book.

Awesome Lists containing this project

README

        

Simple akka http based server.

Once you download the project run `sbt run` to run the server.

The server is designed to be easily changed so you can
add your own routes and responses to create a simple htttp
server for testing and learning purposes.

The file src/main/resources/application.conf has a few
parameters that can be changed.

The notes are located on gitbook: [https://www.gitbook.com/book/aappddeevv/my-dispatch-user-notes/details](https://www.gitbook.com/book/aappddeevv/my-dispatch-user-notes/details).