Aiursoft.Kahla.SDK 9.0.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package Aiursoft.Kahla.SDK --version 9.0.7                
NuGet\Install-Package Aiursoft.Kahla.SDK -Version 9.0.7                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Aiursoft.Kahla.SDK" Version="9.0.7" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aiursoft.Kahla.SDK --version 9.0.7                
#r "nuget: Aiursoft.Kahla.SDK, 9.0.7"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Aiursoft.Kahla.SDK as a Cake Addin
#addin nuget:?package=Aiursoft.Kahla.SDK&version=9.0.7

// Install Aiursoft.Kahla.SDK as a Cake Tool
#tool nuget:?package=Aiursoft.Kahla.SDK&version=9.0.7                

Kahla

MIT licensed Pipeline stat Test Coverage NuGet version (Aiursoft.Kahla.Sdk) ManHours Website Docker

Kahla is a cross-platform business chat application. It is written in C# and TypeScript. It uses ASP.NET Core and Angular. It is a part of the Aiursoft project.

This is the core source code project of Kahla.

Try

Try a running Kahla here.

Run manually

Requirements about how to run

  1. Install .NET 9 SDK and Node.js.
  2. Execute yarn install && yarn run build at ./src/Aiursoft.Kahla.Frontend/ folder to install the dependencies.
  3. Copy the dist content to ./src/Aiursoft.Kahla.Server/wwwroot/.
  4. Execute dotnet run to run the app.
  5. Use your browser to view http://localhost:5000.

Run in Microsoft Visual Studio

  1. Open the .sln file in the project path.
  2. Press F5 to run the app.

Run in Docker

First, install Docker here.

Then run the following commands in a Linux shell:

image=aiursoft/kahla
appName=kahla
docker pull $image
docker run -d --name $appName --restart unless-stopped -p 5000:5000 -v /var/www/$appName:/data $image

That will start a web server at http://localhost:5000 and you can test the app.

The docker image has the following context:

Properties Value
Image aiursoft/kahla
Ports 5000
Binary path /app
Data path /data
Config path /data/appsettings.json

How to contribute

There are many ways to contribute to the project: logging bugs, submitting pull requests, reporting issues, and creating suggestions.

Even if you with push rights on the repository, you should create a personal fork and create feature branches there when you need them. This keeps the main repository clean and your workflow cruft out of sight.

We're also interested in your feedback on the future of this project. You can submit a suggestion or feature request through the issue tracker. To make this process more effective, we're asking that these include more information to help define them more clearly.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Aiursoft.Kahla.SDK:

Package Downloads
Aiursoft.Kahla.Entities

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.0.9 127 3/13/2025
9.0.8 137 3/12/2025
9.0.7 134 3/12/2025
9.0.6 112 2/24/2025
9.0.5 90 2/14/2025
9.0.4 103 2/12/2025
9.0.3 98 2/2/2025
9.0.2 88 1/17/2025
9.0.1 58 1/15/2025
9.0.0 93 12/30/2024
8.0.12 91 12/11/2024
8.0.11 96 12/7/2024
8.0.10 99 12/4/2024
8.0.9 88 11/30/2024
8.0.8 98 11/13/2024
8.0.7 103 11/12/2024
8.0.6 102 11/10/2024
8.0.5 100 10/29/2024
8.0.4 103 10/11/2024
8.0.3 100 10/9/2024
8.0.2 96 10/7/2024
8.0.1 109 9/24/2024