Skip to content

mirahmed39/http_server_from_scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http_server_from_scratch

A node.js application the creates a http web framework from scratch. In other words, this program uses the socket object from the net module to create a server that imitates Http server. Later, it wraps all of the functionalities of the created server into api's to make it function as a web framework. Some of the methods implemented for the web server are: setHeader, writeHead, redirect, HandlRead, sendFile etc. methods implemented for web framework are: get and post. Please refer to the source files for more details.

About

A node.js application the creates a http web framework from scratch. See readme for more details.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published