Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aappddeevv/example-server
- Owner: aappddeevv
- License: gpl-3.0
- Created: 2016-07-18T03:02:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-19T20:52:40.000Z (over 8 years ago)
- Last Synced: 2024-11-06T09:43:50.890Z (about 2 months ago)
- Language: Scala
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).