An open API service indexing awesome lists of open source software.

https://github.com/ollls/zio-tls-http-slides


https://github.com/ollls/zio-tls-http-slides

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# zio-tls-http-slides

## Websocket example.

![alt text](https://github.com/ollls/zio-tls-http-slides/blob/main/WebSocket.jpg)

## File access with ZStreams.
Example 1: File web server from /pub.
Example 2: File ops with remaning path.
Example 3: Specific file by name.

![alt text](https://github.com/ollls/zio-tls-http-slides/blob/main/FileStreaming.png)

## Web filters: a usefull trick.
![alt text](https://github.com/ollls/zio-tls-http-slides/blob/main/WebFilterEx1.jpg)