Aiursoft.Kahla.SDK
9.0.7
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
<PackageReference Include="Aiursoft.Kahla.SDK" Version="9.0.7" />
paket add Aiursoft.Kahla.SDK --version 9.0.7
#r "nuget: Aiursoft.Kahla.SDK, 9.0.7"
// 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
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
- Install .NET 9 SDK and Node.js.
- Execute
yarn install && yarn run build
at./src/Aiursoft.Kahla.Frontend/
folder to install the dependencies. - Copy the
dist
content to./src/Aiursoft.Kahla.Server/wwwroot/
. - Execute
dotnet run
to run the app. - Use your browser to view http://localhost:5000.
Run in Microsoft Visual Studio
- Open the
.sln
file in the project path. - 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 | Versions 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. |
-
net9.0
- Aiursoft.AiurObserver.WebSocket (>= 9.0.2)
- Aiursoft.AiurProtocol (>= 9.0.4)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 9.0.3)
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 |