Skip to content

RevelMind/boltjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡Bolt⚡

A lighting fast and lightweight web application framework for Node.JS!

WARNING: BOLT IS UNFINISHED!!

Example Application

let bolt = require('jsbolt');
let app = new bolt();

app.get('/user/:name', function(req) {
    console.log(req.params.name)
});

app.listen(8000);

With this app, whenever you go to localhost:8000/user/random_user it will log random_user to the console.

About

A very lightweight web framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published