Skip to content

t-hiroyoshi/akka-http-standalone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Akka-Http server example

How to build fat jar by sbt-assembly

git clone git@github.com:t-hiroyoshi/akka-http-standalone.git
cd akka-http-standalone
sbt assembly

and you get akka-http-standalone.jar.

How to run your akka-http server and open on the browser.

java -jar akka-http-standalone.jar
open http://localhost:8080

About

Example of stand-alone http server with Scala and Akka-Http.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages