2.4.0 • Published 4 years ago

easy-server-dev v2.4.0

Weekly downloads
79
License
ISC
Repository
github
Last release
4 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

4 years ago

2.3.4

6 years ago

2.1.0

8 years ago

2.0.8

8 years ago

2.0.7

8 years ago

2.0.6

8 years ago

2.0.5

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.0

8 years ago

1.4.0

8 years ago

1.1.0

8 years ago