ollls / zio-tls-http   2.0.1

MIT License GitHub

100% non-blocking, Java NIO only( inspired by zio-nio) , JSON HTTP server based on Scala ZIO library. Everything including TLS encryption modeled as ZIO effects, convenient route DSL similar to https4s, up to 30K TPS local JSON transaction with 25 threads on 6 cores(i7) with ZIO fibers.

Scala versions: 3.x 2.13

zio-tls-http 2.0.0


Group ID:
io.github.ollls
Artifact ID:
zio-tls-http_3
Version:
2.0.0
Release Date:
Feb 10, 2023
Licenses:
Files:

libraryDependencies += "io.github.ollls" %% "zio-tls-http" % "2.0.0"

Mill build tool

ivy"io.github.ollls::zio-tls-http:2.0.0"

Scala CLI

//> using dep "io.github.ollls::zio-tls-http:2.0.0"

Ammonite REPL

import $ivy.`io.github.ollls::zio-tls-http:2.0.0`

<dependency>
  <groupId>io.github.ollls</groupId>
  <artifactId>zio-tls-http_3</artifactId>
  <version>2.0.0</version>
</dependency>

compile group: 'io.github.ollls', name: 'zio-tls-http_3', version: '2.0.0'