lhm-server 0.1.0

Server for running LHM and allowing clients to connect to it without requiring admin rights
1
2
3
4
5
6
7
8
9
10
# LHM Server

Server for LHM to run the pipe and handle requests

Requires .NET SDK 8.0 to build, you can install this through winget using:

```sh
winget install Microsoft.DotNet.SDK.8
```