https://github.com/bryanp/llhttp
Ruby bindings for llhttp.
https://github.com/bryanp/llhttp
llhttp ruby
Last synced: about 1 year ago
JSON representation
Ruby bindings for llhttp.
- Host: GitHub
- URL: https://github.com/bryanp/llhttp
- Owner: bryanp
- Created: 2020-10-09T23:07:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T03:57:47.000Z (about 1 year ago)
- Last Synced: 2025-04-02T18:03:14.899Z (about 1 year ago)
- Topics: llhttp, ruby
- Language: C
- Homepage:
- Size: 240 KB
- Stars: 20
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# llhttp
Ruby bindings for [llhttp](https://github.com/nodejs/llhttp).
This is a monorepo that includes projects for MRI and FFI. Generally speaking, you should prefer the MRI version and
fallback to the FFI version for better compatibility. There is parity between the two implementations, but the MRI
implementation is more performant.
* [MRI](https://github.com/metabahn/llhttp/tree/main/mri)
* [FFI](https://github.com/metabahn/llhttp/tree/main/ffi)