The slides for the presentation can be found here. The video of this talk can be found here.
-
bash> watch -d -n 1 netstat -n -p tcp
-
sbt> reactiveStreamsJVM/runMain reactivestreams.Firehose
-
sbt> reactiveStreamsJVM/runMain reactivestreams.DeepWell
- Suspend
reactivestreams.DeepWell
(Ctrl-z)
sbt> reactiveStreamsJVM/runMain reactivestreams.akkastreams.Examples
- Compile Scala to JavaScript
sbt> reactiveStreamsJS/fastOptJS
- Run Akka-HTTP
sbt> reactiveStreamsJVM/runMain reactivestreams.akkastreams.BitcoinTransactions
- Open bitcoin-transactions.html. After compiling Scala to JavaScript, it will be located at
{root}/js/target/scala-2.12/classes/bitcoin-transactions.html
.
sbt> reactiveStreamsJVM/runMain reactivestreams.monixs.Examples
Although Google's API is not working now, you can still learn how to use Monix.