GithubHelp home page GithubHelp logo

fliox-docs's Introduction

logo   fliox-docs API ReferenceSPLASH

This project contains the API Reference of the JSON Fliox library.
Following sections list fundamental Friflo.Json.Fliox.Hub.* classes grouped by their use case.
These groups fit mainly to their namespaces. Except .Remote containing client as well server classes.

Client

Example client Todo/Client/TodoClient.cs and client utilization Todo/Test/Trial.cs

Namespace Class Description
.Client FlioxClient FlioxClient subclasses are used as database clients and database schema
.Client EntitySet<,> Strongly typed API to a access a database container used as property in a FlioxClient subclass
.Remote HttpClientHub Connects to a Hub via HTTP by passing it to a FlioxClient constructor
.Remote WebSocketClientHub Connects to a Hub via Websocket by passing it to a FlioxClient constructor

Host

HTTP Hub bootstrapping examples Todo/Hub/Program.cs and Demo/Hub/Program.cs

Namespace Class Description
.Remote HttpHost Host a FlioxHub as HTTP / WebSocket server
.Remote StaticFileHandler Add static web files to the HttpHost like the Hub Explorer
.Host FlioxHub Used as a Proxy between a FlioxClient and a concrete database
.Host FileDatabase Database storing records in the file-system
.Host MemoryDatabase Database storing records in-memory
.Host DatabaseSchema Used to assign a schema to a database
.Host DatabaseService Used to implement custom database commands declared in a FlioxClient subclass
.Host.Event EventDispatcher Enables Pub-Sub by a FlioxHub

DB

Adding support databases example Demo/Hub/Program.cs

Namespace Class Description
.DB.Cluster ClusterDB Expose information of hosted databases as a database
.DB.Monitor MonitorDB Expose request information of a FlioxHub as a database
.DB.UserAuth UserAuthenticator Performs user authentication and authorization

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.