Revolution is a modular web server that I made to fit the needs of my projects
Go to file
Ethan Stubbs 4466f5aa18
Merge pull request #12 from tgpethan/remove-if
Remove an unneeded if
2020-01-03 03:29:21 +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 Update example_request_handler.js 2020-01-03 00:31:03 +00:00
.gitignore Add 12 hour time option for console output 2020-01-02 22:56:50 +00:00
README.md Add "Setup" header 2019-12-30 07:39:32 +00:00
index.js Don't need an if here 2020-01-03 01:05:31 +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.

Setup