0.1.9 • Published 6 years ago

cerus v0.1.9

Weekly downloads
81
License
-
Repository
github
Last release
6 years ago

CerusJS is a modular, and even more important, understandable NodeJS framework. It is built to be as lightweight as you want it to be. Pick what you want to use to maximize performance or just be free of bloat. On top of that, CerusJS is also created to be easy to learn and easy to master. All names are styled similarly to make everything intuitive to use. This module is used as "hub", containing all the basic modules you'll need to create a basic webserver.

Installation

CerusJS is available through NPM. Make sure you have NodeJS installed when installing and using CerusJS.

# Installs the latest version of CerusJS.
$ npm install cerus

Modules

Install the modules you want to shape CerusJS how you want it to be. A few example modules are:

  • The cerus-server module contains all the server related functions.
  • With cerus-router you can route requests based on their URL.
  • The cerus-api module is used for routing REST requests.
  • The cerus-promise module is a custom promise.
  • With cerus-fs you can write to, read from and monitor files and directories.

Creating a server

To create a basic server you only have to use the following code.

var cerus = require("cerus")();
cerus.server().start();

Documentation

The documentation for all official modules can be found here.

Contributers

The author of CerusJS is JortvD.

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago