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

https://github.com/jaceklaskowski/akka-http-sandbox

Akka-HTTP sandbox = a place to learn Akka-HTTP
https://github.com/jaceklaskowski/akka-http-sandbox

Last synced: about 2 months ago
JSON representation

Akka-HTTP sandbox = a place to learn Akka-HTTP

Awesome Lists containing this project

README

        

# Getting started

Start `./activator` in the current directory and, while in activator shell, execute `reStart` task, i.e.

$ ./activator
[akka-http-sandbox]> ~reStart

You should see the following logs:

[info] Application akka-http-sandbox not yet started
[info] Starting application akka-http-sandbox in the background ...
akka-http-sandbox Starting pl.japila.akka.http.Hello.main()
[success] Total time: 0 s, completed Feb 7, 2016 9:21:36 PM
1. Waiting for source changes... (press enter to interrupt)
akka-http-sandbox Hello, Akka-HTTP world!

# Requests

http -v http://localhost:8080/actor Content-Type:application/json name=jacek