ServerController is a C# project designed to manage HTTP requests and local server ports. It provides functionality to handle web requests efficiently and control server settings.
- HTTP request handling
- Local server port management
- Lightweight and efficient
- Clone the repository:
git clone https://github.com/llogaricasas/ServerController
- Open the solution file
ServerController.slnin Visual Studio. - Restore dependencies using NuGet Package Manager.
- Build and run the project.
- Modify
Program.csto customize the server behavior. - Use
HttpManager.csto handle HTTP requests. - Adjust local server settings in
LocalServerPort.cs.
ServerController-main/
├── ServerController.sln
└── ServerController/
├── HttpManager.cs
├── LocalServerPort.cs
├── Program.cs
Developed by Llogari Casas.
This project is licensed under the MIT License.