TinyTcpServer icon indicating copy to clipboard operation
TinyTcpServer copied to clipboard

A small tcp server working under Mono or .NET (4.0) and provides hooks for handling data exchange with clients (works under mono and .net). Behaviour/protocol/reaction could be specified via custom C#...

Results 3 TinyTcpServer issues
Sort by recently updated
recently updated
newest added

Now TinyTcpServer supports only net40, we should support multiple platforms: net45 (add additional) async Interface netstandard2.0 netcoreapp2.0+

We have to make GUI more convenient to use: - display and edit config options (grid like control) with possibility to export - logging more cases 4 FlexibleTcpServer (display compiler...

Now when server is started it holds console, but it is better to manipulate it from shell script with return control after one command.