Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bryanp/llhttp
Ruby bindings for llhttp.
https://github.com/bryanp/llhttp
llhttp ruby
Last synced: 19 days ago
JSON representation
Ruby bindings for llhttp.
- Host: GitHub
- URL: https://github.com/bryanp/llhttp
- Owner: bryanp
- Created: 2020-10-09T23:07:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-29T14:33:46.000Z (over 1 year ago)
- Last Synced: 2024-08-29T00:37:49.196Z (3 months ago)
- Topics: llhttp, ruby
- Language: C
- Homepage:
- Size: 207 KB
- Stars: 18
- Watchers: 3
- Forks: 5
- 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)