Revolution is a modular web server that I made to fit the needs of my projects
Go to file
tgpethan 875e043186 Add required module checks
Checks for modules that are required by the server before startup.
2020-01-02 20:44:05 +00:00
config Put the Revolution stuff in the repo 2019-08-17 23:33:00 +01:00
misc Make the code more sane and improve the modularity of Revolution 2019-11-23 19:06:31 +00:00
modules Add extras handler 2019-11-23 20:33:53 +00:00
.gitignore General code sanity, Add some comments and rename ascii.lol to ascii.txt since it is not LOLCODE 2019-08-19 03:37:02 +01:00
README.md Add extras handler 2019-11-23 20:33:53 +00:00
index.js Add required module checks 2020-01-02 20:44:05 +00:00
package.json Remove items from the package.json that were used in EUS 2019-08-17 23:51:47 +01:00

README.md

Revolution is a web server that I designed to be flexible to fit the needs of it's applications.

It is mainly used in my Screenshot server, EUS which was recently rewriten.

It's main design goal was to be modular.