1.1.3 • Published 7 years ago

choirjs v1.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

ChoirJS

An event-driven web framework created for laughs.

const { Choir } = require('choirjs');
const app = new Choir(8080);

app.registry.add('/', 'index');

app.route.get.on('index', (req, res) => {
	res.send('o7');
});

Installation

Do remember that this Node.js module was created on a whim and is not in any way recommended for use in production. It is just a toy to play around with.

$ npm install choirjs
1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago