Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ng-sapphiredb

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-sapphiredb

Angular client implementation for SapphireDb server

  • 1.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
32
decreased by-11.11%
Maintainers
1
Weekly downloads
 
Created
Source

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

  • :wrench: Dead simple configuration
  • :stars: Blazing fast development
  • :satellite: Modern technologies
  • :computer: Self hosted
  • :floppy_disk: Easy CRUD operations
  • :key: Authentication/Authorization included
  • :heavy_check_mark: Database support
  • :open_file_folder: Supports includes/joins
  • :electric_plug: Actions
  • :globe_with_meridians: 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

BrowserWebsocketSSEPolling
Chrome:heavy_check_mark::heavy_check_mark::heavy_check_mark:
Firefox:heavy_check_mark::x::heavy_check_mark:
Opera:heavy_check_mark::x::heavy_check_mark:
Edge:heavy_check_mark::x::heavy_check_mark:
Internet Explorer 11:heavy_check_mark::x::heavy_check_mark:

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

Keywords

FAQs

Package last updated on 03 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc