8000 GitHub - ktoso/example-akka-http
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ktoso/example-akka-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Akka HTTP example using Maven and Scala

This is an example app showing how to use Akka HTTP with Maven and Scala (and ScalaTest).

Building docker container

Simply do sbt docker:publishLocal

Running

You can run this example using

$ mvn exec:java

Which will run the com.example.TestServer application which binds the HTTP server to port 8080.

Testing

Testing is as simple as you'd expect it to be - simply run mvn test to run the ScalaTest tests.

Reference docs

For detailed documentation about Akka HTTP refer to its reference documentation.

And you may want to read about testing using ScalaTest.

License

Apache 2.0

Konrad 'ktoso' Malawski

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0