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
- Host: GitHub
- URL: https://github.com/jaceklaskowski/akka-http-sandbox
- Owner: jaceklaskowski
- License: apache-2.0
- Created: 2015-01-17T18:56:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-07T20:25:06.000Z (over 9 years ago)
- Last Synced: 2025-03-29T05:34:47.901Z (2 months ago)
- Language: Scala
- Size: 1.96 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]> ~reStartYou 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