Skip to content

michelangelo-valderrama/Node-HTTP-module-in-TypeScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node HTTP module in TypeScript

npm run start

curl -v -X GET http://localhost:3000/
# {"data":"Hello, world!"}

curl -v -X GET http://localhost:3000/echo/hello
# hello

curl -v -X GET http://localhost:3000/_
# 404 | Not Found

About

Small recreation of Node HTTP module in TypeScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published