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: 10 months 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 13 years ago)
- Default Branch: master
- Last Pushed: 2012-07-29T16:56:43.000Z (over 13 years ago)
- Last Synced: 2025-02-10T12:45:02.048Z (11 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