1.1.3 • Published 5 years ago

choirjs v1.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
5 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

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago