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: 24 days 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 (2 months ago)
- Default Branch: dev
- Last Pushed: 2024-10-05T18:45:40.000Z (about 1 month ago)
- Last Synced: 2024-10-12T21:23:23.433Z (24 days ago)
- Topics: activitypub, aspnetcore, blog, csharp
- Language: C#
- Homepage:
- Size: 263 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.