2.0.7 • Published 10 years ago
flickerjs v2.0.7
A Super fast and simple web framework for node.js.
const flicker = require('flickerjs');
var app = flicker();
app
.add({
url: '/',
handler: (req, res) => {
res.send('Hello Flicker.js');
}
})
.listen(3000);Install
$ npm install flickerjsUsage
###Documentacion del proyecto en español
via flicker-easy package. Generating the app:
$ flickerjs todolistOr
$ flicker todolist /mydir
$ cd mydirInstall dependencies:
$ npm installStarting your server
$ npm startExamples
To view examples clone the repo and run the example you want. List of example files:
- api.js
- app.js
- basic.js
- router.js
- next.js
$ git clone https://github.com/flickerstudio/flickerjs.git
$ cd flickerjs
$ npm install
$ node /examples/[file]Tests
To run tests, after you clone the repo:
$ npm install
$ npm testMini Doc
Contributors
Thanks to:
License
2.0.7
10 years ago
2.0.6
10 years ago
2.0.5
10 years ago
2.0.4
10 years ago
2.0.3
10 years ago
2.0.2
10 years ago
2.0.1
10 years ago
2.0.0
10 years ago
1.1.1
10 years ago
1.1.0
10 years ago
1.0.2
10 years ago
1.0.1
10 years ago
1.0.0
10 years ago
0.1.7
10 years ago
0.1.6
10 years ago
0.1.5
10 years ago
0.1.4
10 years ago
0.1.3
10 years ago
0.1.2
10 years ago
0.1.1
10 years ago
0.1.0
10 years ago
0.0.4
10 years ago
0.0.2
10 years ago
0.0.1
10 years ago