Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/curt/kamino
A blog-centric activity server written in C# using the ASP.NET Core framework.
https://github.com/curt/kamino
activitypub aspnetcore blog csharp
Last synced: 1 day ago
JSON representation
A blog-centric activity server written in C# using the ASP.NET Core framework.
- Host: GitHub
- URL: https://github.com/curt/kamino
- Owner: curt
- License: agpl-3.0
- Created: 2024-08-30T09:52:15.000Z (5 months ago)
- Default Branch: dev
- Last Pushed: 2024-10-20T21:21:49.000Z (3 months ago)
- Last Synced: 2025-01-21T23:48:25.701Z (1 day ago)
- Topics: activitypub, aspnetcore, blog, csharp
- Language: C#
- Homepage:
- Size: 281 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kamino
A blog-centric activity server written in C# using the ASP.NET Core framework.
## Status
Currently, the project is a work in progress.
## Technical
### Database
The initial implementation is using PostgreSQL, but the project leverages Entity Framework Core with a generic repository context, so other implementations may be possible.