From 643192201b8a3d4b579911a5a722c0bb258ed9ac Mon Sep 17 00:00:00 2001 From: netflexs <112264339+netflexs@users.noreply.github.com> Date: Wed, 1 Mar 2023 20:09:55 +0700 Subject: [PATCH 1/2] Update README.md --- README.md | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30c6251..ba7d31b 100644 --- a/README.md +++ b/README.md @@ -1 +1,48 @@ -# ExWeb-Server \ No newline at end of file + +# ExWebServer + +A WebServer Made with ExpressJS and PHP + + + + +## Installation + +Install Package and Run + +```bash + npm install + node . +``` + +## Feature + +- Additional PHP Support using PHP Path + +- Anti Flooding + +- Rate Limiter + +- Network Throttling + +- HTTP Logger (All http Methode and Byte Logger) + + + + +## Support + +For support, email netflexs@proton.me or join our Slack channel. + + + + + +## Run Locally + +Download Binary From Realeses + +and run it +```bash + index -p 8080 +``` From f558b19fc9204199cfc6ef330db7f5c68ce8b22f Mon Sep 17 00:00:00 2001 From: netflexs Date: Mon, 9 Oct 2023 00:26:59 +0700 Subject: [PATCH 2/2] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..129be1d --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +exweb.xyz.wf \ No newline at end of file