Skip to content
This repository has been archived by the owner on Jan 21, 2019. It is now read-only.
/ http-nextra Public archive

Dependency-less and lightning-fast HTTP wrapper

License

Notifications You must be signed in to change notification settings

kyranet/http-nextra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http-nextra

Nobody was happy with express, restify nor with koa because in JS, we lack of a standard library. So let's push another.

Unlike the three aforementioned libraries, this one is very low level and has no dependencies. Then, what is this for? Purely to have an API, it's designed for that and for nothing else. Using http is a pain so I took some time to implement my own router to make it much less tedious to use.