From e841cedf0d871a3a16d9795566c9702df71245d8 Mon Sep 17 00:00:00 2001 From: the-basic-geek <51840792+the-basic-geek@users.noreply.github.com> Date: Thu, 2 Jan 2020 23:32:29 +0000 Subject: [PATCH 01/14] remove eus line --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e6286b9..83244ca 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@
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.
Revolution is a web server that I designed to be flexible to fit the needs of it's applications.
+Revolution is a modular web framework that I designed to be flexible to fit the needs of it's applications.
It's main design goal was to be modular.
-Revolution is a modular web framework that I designed to be flexible to fit the needs of it's applications.
-It's main design goal was to be modular.
-Revolution is A modular Web framework, written in node.js , and built with the purpose of being a solid framework that apps can build upon to get up and running quickly and easily. Revolution is designed to make it easy to create the application you need, with no waste. +
+ +Basically anything. As long as you want to try it, it’s probably possible. +
+Revolution is A modular Web framework, written in node.js , and built with the purpose of being a solid framework that apps can build upon to get up and running quickly and easily. Revolution is designed to make it easy to create the application you need, with no waste. +
Revolution is A modular Web framework, written in node.js , and built with the purpose of being a solid framework that apps can build upon to get up and running quickly and easily. Revolution is designed to make it easy to create the application you need, with no waste.
-Basically anything. As long as you want to try it, it’s probably possible. +
Basically anything. As long as you want to try it, it’s probably possible.
-Revolution uses a set of modules to handle various functions, there are two modules included with the repo and builds, these being consoleHelper and example_request_handler. consoleHelper is a required module and as such the framework will not start without it, however example_request_handler can be removed without consequence and is there purely to help with module development.
-- 2.47.0 From 984bb65c45e51f93d10ad4115d524350d1a318e2 Mon Sep 17 00:00:00 2001 From: tgpethanRevolution uses a set of modules to handle various functions, there are two modules included with the repo and builds, these being consoleHelper and example_request_handler. consoleHelper is a required module and as such the framework will not start without it, however example_request_handler can be removed without consequence and is there purely to help with module development.
+Modules are loaded in at runtime and are completely separate from each other. Each module has a prefix, for example the request handlers have the prefix “handle_console”. These prefixes determine the function of the modules and help the server to function.
+git clone https://github.com/tgpethan/Revolution.git +cd Revolution +npm i +node . +
+Download latest build (https://github.com/tgpethan/Revolution/releases/latest) +Unzip the zip +Run revolution executable +
+With modules you simply have to place the module inside the modules folder and start the server. +The modules will automatically set themselves up and the server will start as normal. +
\ No newline at end of file -- 2.47.0 From afb3c225ae0da2b0494e19548ef670fc47b1b489 Mon Sep 17 00:00:00 2001 From: the-basic-geek <51840792+the-basic-geek@users.noreply.github.com> Date: Fri, 3 Jan 2020 04:18:17 +0000 Subject: [PATCH 09/14] Update README.md --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 507d198..d763151 100644 --- a/README.md +++ b/README.md @@ -14,15 +14,10 @@Modules are loaded in at runtime and are completely separate from each other. Each module has a prefix, for example the request handlers have the prefix “handle_console”. These prefixes determine the function of the modules and help the server to function.
git clone https://github.com/tgpethan/Revolution.git -cd Revolution -npm i -node . +
git clone https://github.com/tgpethan/Revolution.git then, cd Revolution. run npm i, then run node .
Download latest build (https://github.com/tgpethan/Revolution/releases/latest) -Unzip the zip -Run revolution executable +
Download latest build (https://github.com/tgpethan/Revolution/releases/latest) then Unzip the zip and Run revolution executable
With modules you simply have to place the module inside the modules folder and start the server. -- 2.47.0 From ecd0116d1a800d02f0ce57b84b0c1e0eb6e43a7a Mon Sep 17 00:00:00 2001 From: the-basic-geek <51840792+the-basic-geek@users.noreply.github.com> Date: Fri, 3 Jan 2020 04:32:57 +0000 Subject: [PATCH 10/14] Update README.md --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d763151..5a91e53 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,21 @@
Modules are loaded in at runtime and are completely separate from each other. Each module has a prefix, for example the request handlers have the prefix “handle_console”. These prefixes determine the function of the modules and help the server to function.
git clone https://github.com/tgpethan/Revolution.git then, cd Revolution. run npm i, then run node . +
+``` +git clone https://github.com/tgpethan/Revolution.git +cd Revolution +npm i +node . +```
Download latest build (https://github.com/tgpethan/Revolution/releases/latest) then Unzip the zip and Run revolution executable +
+``` +Download latest build (https://github.com/tgpethan/Revolution/releases/latest) +Unzip the zip +Run revolution executable +```
With modules you simply have to place the module inside the modules folder and start the server. -- 2.47.0 From 066d8516d5d7d9a032ab65e040b8dcdf6f8567ed Mon Sep 17 00:00:00 2001 From: the-basic-geek <51840792+the-basic-geek@users.noreply.github.com> Date: Fri, 3 Jan 2020 04:35:43 +0000 Subject: [PATCH 11/14] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5a91e53..bf0f9e5 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,7 @@
-``` -git clone https://github.com/tgpethan/Revolution.git +```git clone https://github.com/tgpethan/Revolution.git cd Revolution npm i node . @@ -24,8 +23,7 @@ node .
-``` -Download latest build (https://github.com/tgpethan/Revolution/releases/latest) +```Download latest build (https://github.com/tgpethan/Revolution/releases/latest) Unzip the zip Run revolution executable ``` -- 2.47.0 From c38acc12aaa1010cf612136258091c83fe2a5cab Mon Sep 17 00:00:00 2001 From: the-basic-geek <51840792+the-basic-geek@users.noreply.github.com> Date: Fri, 3 Jan 2020 04:36:46 +0000 Subject: [PATCH 12/14] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bf0f9e5..45775d8 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,9 @@ node .
-```Download latest build (https://github.com/tgpethan/Revolution/releases/latest) -Unzip the zip -Run revolution executable -``` +`Download latest build (https://github.com/tgpethan/Revolution/releases/latest)` +`Unzip the zip` +`Run revolution executable `
With modules you simply have to place the module inside the modules folder and start the server. -- 2.47.0 From e660904aff807ab37bceeb1e2be317063d8a7089 Mon Sep 17 00:00:00 2001 From: the-basic-geek <51840792+the-basic-geek@users.noreply.github.com> Date: Fri, 3 Jan 2020 04:40:19 +0000 Subject: [PATCH 13/14] Update README.md --- README.md | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 45775d8..f18696b 100644 --- a/README.md +++ b/README.md @@ -14,19 +14,14 @@
Modules are loaded in at runtime and are completely separate from each other. Each module has a prefix, for example the request handlers have the prefix “handle_console”. These prefixes determine the function of the modules and help the server to function.
-```git clone https://github.com/tgpethan/Revolution.git -cd Revolution -npm i -node . -``` -
+git clone https://github.com/tgpethan/Revolution.git
+cd Revolution
+npm i
+node .
-`Download latest build (https://github.com/tgpethan/Revolution/releases/latest)` -`Unzip the zip` -`Run revolution executable ` -
+Download latest build (https://github.com/tgpethan/Revolution/releases/latest)
+Unzip the zip
+Run revolution executable
With modules you simply have to place the module inside the modules folder and start the server.
The modules will automatically set themselves up and the server will start as normal.
--
2.47.0
From 402c6399fb629fe1f785f8dda3e9b275aa8705fb Mon Sep 17 00:00:00 2001
From: tgpethan
Basically anything. As long as you want to try it, it’s probably possible. -
+Basically anything. As long as you want to try it, it’s probably possible.
Revolution uses a set of modules to handle various functions, there are two modules included with the repo and builds, these being consoleHelper and example_request_handler. consoleHelper is a required module and as such the framework will not start without it, however example_request_handler can be removed without consequence and is there purely to help with module development.
Modules are loaded in at runtime and are completely separate from each other. Each module has a prefix, for example the request handlers have the prefix “handle_console”. These prefixes determine the function of the modules and help the server to function.
git clone https://github.com/tgpethan/Revolution.git
-cd Revolution
-npm i
-node .
+git clone https://github.com/tgpethan/Revolution.git
+ cd Revolution
+ npm i
+ node .
Download latest build (https://github.com/tgpethan/Revolution/releases/latest)
-Unzip the zip
-Run revolution executable
+Download latest build +Unzip the zip
+ Run the Revolution executable
With modules you simply have to place the module inside the modules folder and start the server. -The modules will automatically set themselves up and the server will start as normal. -
\ No newline at end of file +With modules you simply have to place the module inside the modules folder and start the server.
+ The modules will automatically set themselves up and the server will start as normal.
+