https://github.com/bolorundurowb/connecto-db
A fun project to implement a realtime DB using C#, ASP.NET Core, SignalR and DuckDB
https://github.com/bolorundurowb/connecto-db
aspnetcore csharp duckdb signalr
Last synced: about 2 months ago
JSON representation
A fun project to implement a realtime DB using C#, ASP.NET Core, SignalR and DuckDB
- Host: GitHub
- URL: https://github.com/bolorundurowb/connecto-db
- Owner: bolorundurowb
- License: gpl-3.0
- Created: 2024-05-05T21:12:07.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T22:18:15.000Z (about 2 years ago)
- Last Synced: 2025-03-20T05:31:09.365Z (over 1 year ago)
- Topics: aspnetcore, csharp, duckdb, signalr
- Language: C#
- Homepage:
- Size: 44.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# connecto-db
A fun project to implement a realtime DB using C#, ASP.NET Core, SignalR and DuckDB.
This is not intended to be used in a production environment of any sort. The aim here is to try to emulate the basic realtime data functionality that Firebase offers