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

https://github.com/valerauko/iny


https://github.com/valerauko/iny

clojure hacktoberfest http http2 library netty server

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Iny

>Iny magához rántotta a libát, és elharapta nyakát tőből, mintha késsel vágták volna el. Aztán csak a csontok roppantak néha.
>
>— Fekete István: Vuk

Experiments with Netty from Clojure.

## Usage

Everything before version 1.0.0 is to be considered experimental, buggy and unstable.

## Goals

A HTTP server library based on Netty to replace [Aleph](https://github.com/ztellman/aleph/).

- [x] very basic HTTP server functionality
- [x] file uploading, chunked request/response handling
- [ ] websockets
- [x] HTTP/2
- [x] HTTP/3

### Goals

* outperform or at least match Aleph speed
* be buildable as a GraalVM native-image