SuperSocket 2.0 Server Startup via Configuration
1. Create the project
Create a .NET Core console application in Visual Studio 2019, selecting .NET Core 3.1 as the target framework. Add the SuperSocket (2.0.0-beta.8) package via NuGet.
2. Add configuration file
Place a appsettings.json file in the project root and set its Copy to Output Directory property to Copy if newer.
// Configuration o ...
Posted on Fri, 04 Sep 2026 16:11:16 +0000 by Jakehh