Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.