Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 898 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 898 Bytes

Simple Server Collection

CI CD

Simple Server Collection is a set of lightweight servers with basic functionality. The set includes:

How to install

Servers are distributed as NuGet packages and can be installed using the command line.

  • TCP server:
dotnet add package SquaddieSnowball.SimpleServerCollection.SimpleTcpServer
  • HTTP server:
dotnet add package SquaddieSnowball.SimpleServerCollection.SimpleHttpServer

How to use

License

Simple Server Collection is licensed under the MIT license.