Description
Paolo Angioletti
@angiolep
Jan. 07 2017 22:48
Hi guys! I just released a new version of akka-wamp
One of the major changes of the new version is a brand new Client API for Java 8.
It provides a nice way to write a WAMP client on the Java Virtual Machine with composable and asynchronous futures
I hope Tobias and Alexander would be so good to update the WAMP protocol website to list akka-wamp as implementation for both Scala and Java languages
You can also find it listed in Scaladex
Paolo Angioletti
@angiolep
Jan. 07 2017 23:05
And documented on javadoc.io
And documented even more here
Paolo Angioletti
@angiolep
Jan. 22 2017 00:58
Hi everybody, Akka Wamp finally provides support for TLS/SSL from release 0.14.0. Have a look at the official user guide
http://angiolep.github.io/projects/akka-wamp/
and a simple example to connect to Poloniex API
https://github.com/angiolep/akka-wamp/tree/master/examples/poloniex
Cheers