Skip to content

chbatey/akka-http-backpressure

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reactive-streams-demo

This repo contains all the resources associated with the Reactive Streams talk I gave at JVMCON in 2018.

Generating

sbt paradox will generate the presentation and place it in target/paradox/main/site

The presentation itself is a paradox markdown file in src/main/paradox/index.md. Code snippets are taken from src/main/java and src/main/scala.

The paradox theme in src/main/paradox/_theme formats the output as a reveal.js HTML presentation. This could be split out as a separate deliverable if it proves useful. The reveal.js theme in `src/main/paradox/_template/css/theme/akka.css adds some Akka fonts and colors.

This approach has been inspired by the excellent tut. The main advantage of paradox is that it supports snippets from files in other languages than Scala, and makes it easy to maintain code snippets in an IDE. The advantage of tut is that it allows including not just the code, but also the output that code would give on the REPL.

About

Slides and code for reactive streams, backpressure, akka streams and akka http talk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 60.2%
  • Scala 39.7%
  • CSS 0.1%