Skip to content

A set of lightweight servers with basic functionality.

License

Notifications You must be signed in to change notification settings

SquaddieSnowball/SimpleServerCollection

Repository files navigation

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.