Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dynajoe/node-http-parser-js
A recreational attempt to create a pure JavaScript HTTP parser for Node.js
https://github.com/dynajoe/node-http-parser-js
Last synced: 21 days ago
JSON representation
A recreational attempt to create a pure JavaScript HTTP parser for Node.js
- Host: GitHub
- URL: https://github.com/dynajoe/node-http-parser-js
- Owner: dynajoe
- Created: 2012-07-28T01:11:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-29T16:56:43.000Z (over 12 years ago)
- Last Synced: 2024-04-15T02:15:11.471Z (9 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
clump: 83% of the speed of http_parser.c
line-by-line: 66% of the speed of http_parser.c
stateful: 66% of the speed of http_parser.c