RealtimeDatabase 3.3.0

Suggested Alternatives

SapphireDb

Additional Details

The project was renamed to SapphireDb

There is a newer version of this package available.
See the version list below for details.
dotnet add package RealtimeDatabase --version 3.3.0
NuGet\Install-Package RealtimeDatabase -Version 3.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RealtimeDatabase" Version="3.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RealtimeDatabase --version 3.3.0
#r "nuget: RealtimeDatabase, 3.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install RealtimeDatabase as a Cake Addin
#addin nuget:?package=RealtimeDatabase&version=3.3.0

// Install RealtimeDatabase as a Cake Tool
#tool nuget:?package=RealtimeDatabase&version=3.3.0

Realtime Database Build Status Maintainability

Realtime Database is an extension for Asp.Net Core and Entity Framework. It enables realtime transport of data using websockets. By subscribing to specific collections the clients get notified on changes of the database. This enables realtime applications and easy data synchronization.

Advantages

  • Simple configuration
  • Communication using Websockets
  • Comes with all you need: Create, Update, Delete functionality on collections
  • Server side validation of the models using annotations on the entity
  • Server side prefilters to only query the data your client needs
  • Authentication and Authorization integrated
  • Extends Entity Framework functionality (normal operations on DbContext are also possible and changes are published to subscribing clients)
  • Client uses RxJS

Install

Installation on Server

Installation on Client

Author

Morris Janatzek (morrisjdev)

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.4.0 765 11/24/2019
3.3.1 654 11/6/2019
3.3.0 638 11/1/2019
3.2.0 655 10/13/2019
3.1.0 699 9/8/2019
3.0.4 676 8/14/2019
3.0.3 645 8/13/2019
3.0.2 673 8/9/2019
3.0.1 688 8/9/2019
3.0.0 659 8/7/2019
2.0.1 712 7/28/2019
2.0.0 671 7/14/2019
1.0.6 737 3/22/2019
1.0.5 696 3/21/2019
1.0.4 723 3/11/2019
1.0.3 797 1/29/2019
1.0.2 1,637 12/8/2018
1.0.1 1,674 10/26/2018
1.0.0 1,635 10/3/2018