Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.06 KB

File metadata and controls

39 lines (32 loc) · 1.06 KB

ServerController

Overview

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.

Features

  • HTTP request handling
  • Local server port management
  • Lightweight and efficient

Installation

  1. Clone the repository:
    git clone https://github.com/llogaricasas/ServerController
  2. Open the solution file ServerController.sln in Visual Studio.
  3. Restore dependencies using NuGet Package Manager.
  4. Build and run the project.

Usage

  • Modify Program.cs to customize the server behavior.
  • Use HttpManager.cs to handle HTTP requests.
  • Adjust local server settings in LocalServerPort.cs.

File Structure

ServerController-main/
├── ServerController.sln
└── ServerController/
    ├── HttpManager.cs
    ├── LocalServerPort.cs
    ├── Program.cs

Contributors

Developed by Llogari Casas.

License

This project is licensed under the MIT License.