Sokka.Template 0.0.3

dotnet new install Sokka.Template::0.0.3
This package contains a .NET Template Package you can call from the shell/command line.

<img src="boomerang.png" alt="sokka logo" width="20%"/>

Sokka

NuGet .NET Nuget Version

Template for C# socket server with dependency injection in .NET 5.

Features

  • Sockets
  • Dependency injection
  • Docker & docker compose
  • editorconfig

Installation

dotnet new -i Sokka.Template

Usage

dotnet new sokka -o Your.Project

Run it

From .NET

# Run the server
cd Your.Project/src/Your.Project.Server
dotnet run

# Run the client
cd Your.Project/src/Your.Project.Client
dotnet run

From Docker

# Build the containers
docker-compose build

# Run the server container
docker-compose up server

# Run the client container
docker-compose run --rm client

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.3 1,728 7/13/2021
0.0.2 378 7/13/2021
0.0.1 320 7/12/2021

Fix docker and docker compose template