caiquecp / nodejs-parse-raw-http

The goal of this project is to explore Node.js libraries by creating an API where I'll set a TCP listener and will parse the HTTP requests by myself.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js parse raw HTTP

The goal of this project is to explore the Node.js API by creating a REST API using no frameworks and not even the http API (from Node.js).

The idea is to set a TCP listener that should accept and parse HTTP requests only.

About

The goal of this project is to explore Node.js libraries by creating an API where I'll set a TCP listener and will parse the HTTP requests by myself.


Languages

Language:JavaScript 100.0%