ng-sapphiredb

Angular client implementation for SapphireDb


Keywords
realtime, database, asp.net core, entity framework, websocket, angular, rxjs, sse, self-hosted, firebase, signalr, javascript, typescript, filter, websockets, server-sent-events, realtime-database, firestore, prefilters, ng-sapphiredb, sapphire-db, realtime-data-synchronization
License
MIT
Install
npm install ng-sapphiredb@3.1.8

Documentation

ng-sapphiredb - Angular client Build Status Maintainability

SapphireDb logo

SapphireDb is an open source library that enables you to easily create your own application with realtime data synchronization.

Build amazing reactive applications with realtime data synchronization and get the best results of your project. SapphireDb should serve as a self hosted alternative to firebase and also gives you an alternative to SignalR.

Check out the documentation for more details: Documentation

Advantages

  • 🔧 Dead simple configuration
  • 🌠 Blazing fast development
  • 📡 Modern technologies
  • 💻 Self hosted
  • 💾 Easy CRUD operations
  • 🔑 Authentication/Authorization included
  • ✔️ Database support
  • 📂 Supports includes/joins
  • 🔌 Actions
  • 🌐 NLB support

Installation

Install Package

To use ng-sapphiredb you have to install the package using node.js

In your Angular App-Folder execute

npm install ng-sapphiredb -S

Import SapphireDbModule in your app.module

imports: [
    BrowserModule,
    SapphireDbModule, 
]

Browser compatibility

Browser Websocket SSE Polling
Chrome ✔️ ✔️ ✔️
Firefox ✔️ ✔️
Opera ✔️ ✔️
Edge ✔️ ✔️
Internet Explorer 11 ✔️ ✔️

Documentation

Check out the documentation for more details: Documentation

Implementations

SapphireDb - Server for Asp.Net Core

ng-sapphiredb - Angular client

Author

Morris Janatzek (morrisjdev)

License

ng-sapphiredb - MIT License