https://github.com/valerauko/iny
https://github.com/valerauko/iny
clojure hacktoberfest http http2 library netty server
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/valerauko/iny
- Owner: valerauko
- Created: 2020-05-17T12:14:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-19T07:15:51.000Z (over 4 years ago)
- Last Synced: 2025-02-13T08:52:24.534Z (12 months ago)
- Topics: clojure, hacktoberfest, http, http2, library, netty, server
- Language: Clojure
- Homepage:
- Size: 493 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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