1.1.3 • Published 6 years ago

choirjs v1.1.3

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

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago