Skip to content

Insider is a library or dedicated server exporting you application state and metrics

Notifications You must be signed in to change notification settings

r-alekseev/Insider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Insider

Insider is a library or dedicated server exporting you application state and metrics.

Here's the desired state of a product. See real implementations below.

Versions

Vision Implementation Package
v0.1 .Net Core NuGet version (Insider.Local)

Design

Local Library

Insider library opens ui-web, ui-streaming, and ui-control channels.

Browser connects to application's ui-web channel and opens Insider-UI page. Page connects to application's ui-streaming channel and starting to receive data. Page can control data flow by sending requests to application's ui-control channel.

Insider library stores data in your application's process memory.

Local Library Design

Dedicated Server

Insider dedicated server opens ui-web, ui-streaming, ui-control, and app-streaming channels.

Insider in-app client connects to server's app-streaming channel and starting to stream data.

Browser connects to server's ui-web channel and opens Insider-UI page. Page connects to server's ui-streaming channel and starting to receive data. Page can control data flow by sending requests to server's ui-control channel.

Insider dedicated server stores data in some external storage.

Dedicated Server Design

Integrations

Insider.NetCore support integration with Profiler - Fast and lightweight profiling library.

About

Insider is a library or dedicated server exporting you application state and metrics

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages