pdecembre / ng-sapphiredb

A self-hosted, easy to use realtime database

Home Page:https://sapphire-db.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 applications with less effort 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
  • πŸ”Œ 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

About

A self-hosted, easy to use realtime database

https://sapphire-db.com/

License:MIT License


Languages

Language:TypeScript 61.4%Language:HTML 37.5%Language:JavaScript 0.8%Language:CSS 0.3%