Asynchronous Java NIO http/2 only packet streaming server with TLS encryption implemented as Scala CATS effect. Direct native translation of fs2 stream chunks into http2 packets ( inbound and outbound ).
Scala versions:
3.x
quartz-h2 0.8.5
Group ID:
io.github.ollls
Artifact ID:
quartz-h2_3
Version:
0.8.5
Release Date:
Jul 3, 2024
Licenses:
Files:
Full Scala Version:
3.3.3
libraryDependencies += "io.github.ollls" %% "quartz-h2" % "0.8.5"
ivy"io.github.ollls::quartz-h2:0.8.5"
//> using dep "io.github.ollls::quartz-h2:0.8.5"
import $ivy.`io.github.ollls::quartz-h2:0.8.5`
<dependency> <groupId>io.github.ollls</groupId> <artifactId>quartz-h2_3</artifactId> <version>0.8.5</version> </dependency>
compile group: 'io.github.ollls', name: 'quartz-h2_3', version: '0.8.5'