Skip to content

Repository files navigation

Celer Build StatusCoverage Status

A very simple REST framework implementation based on pure string matching and events.


Here is an example of the the usage :-

constCeler=require('celer')constceler=newCeler()constPORT=8888celer.get('/hi',function(req,res){res.send('Hello World')})celer.post('/hi',function(req,res){res.send('Hello World')})celer.listen(PORT,function(){console.log("Server listening on: http://localhost:%s",PORT)})

LICENSE

MIT

About

🚴 A dead simple REST framework

Topics

Resources

Stars

5 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages