Skip to content

thmtvz/thin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thin

This is a webserver loosely based on nginx and expressjs.

Every call to the server is treated as a resource, the main concept behind Thin. A resource is defined by the combination of a site name, its route and its verb. Once the server receives a call to a given resurce, it drops it to the associated handler, that may or may not call other given and autorized handlers. A handler may be defined as a special module loaded on configuration time, that contains a plain javascript function, which receives access to the requst and response objects, other autorized modules, and the server global state facilities.

About

Simple webserver inpired by nginx and expressjs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published