6

Could anyone point me to a working sample of akka-http using the JAVA API.

Thanks in advance.

user2989124
  • 183
  • 2
  • 12
  • 1
    Documentation is still mostly missing. You can find examples for Java and Java 8 in the sources, here https://github.com/akka/akka/tree/release-2.3-dev/akka-http-java-tests/src and here https://github.com/akka/akka/tree/release-2.3-dev/akka-http-java8-tests/src – jrudolph Feb 21 '15 at 09:04
  • Previous links are dead, new one is https://github.com/akka/akka/blob/release-2.3-dev/akka-http-core/src/test/java/akka/http/javadsl/model/JavaTestServer.java – om-nom-nom Jun 11 '15 at 16:05

1 Answers1

3

This is a small application to demo the concepts: https://github.com/J-Technologies/akka-http-java

Pim Verkerk
  • 1,066
  • 7
  • 12