http-parser-lite, a skinny wrapper around Joyent http-parser
I just released https://github.com/deepfryed/http-parser-lite. It’s yet another wrapper around Joyent http-parser. I wanted to keep the API simple & the code minimal.
Comments welcome!
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
I just released https://github.com/deepfryed/http-parser-lite. It’s yet another wrapper around Joyent http-parser. I wanted to keep the API simple & the code minimal.
Comments welcome!
Comments
You inspired me to write FFI bindings for the http_parser library, and managed to provide the same API as http-parser-lite. ffi-http-parser
Post a comment