Sempervirens is a Node Express server framework. It standardizes configurations and enables loading multiple websites on one host for development and small to medium projects.

Showcase

About

Node Icon

I had a problem I wanted to solve. How can I serve multiple websites with different domains from one Node Express server that starts on a local development environment as well as on a remote production-like environment with SSL, and reuses code well? I gathered together the servers I'd built over the past few years, augmented where needed, and wrote Mocha tests to abstract the functionality into a set of NPM packages. Sempervirens is the result.

Node Icon