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 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 +```