2.4.0 • Published 5 years ago

easy-server-dev v2.4.0

Weekly downloads
79
License
ISC
Repository
github
Last release
5 years ago

EasyServer-Dev

Really lightweight wrapper around express to help you make a neat app from day one.

Important

This is dev version of easy-server that hot-reloads controllers when they change. It's not meant to be used in production environment.

Options are identical to easy-server, so you can check the documentation here.

To use, just swap easy-server with easy-server-dev when needed.

var EasyServer = require('easy-server');
if (process.env.HOT) {
  EasyServer = require('easy-server-dev');
}

var app = new EasyServer({
  // ...
});
2.4.0

5 years ago

2.3.4

7 years ago

2.1.0

9 years ago

2.0.8

9 years ago

2.0.7

9 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.0

10 years ago

1.4.0

10 years ago

1.1.0

10 years ago