SignalGo.JavaScript.Client
5.5.3
dotnet add package SignalGo.JavaScript.Client --version 5.5.3
NuGet\Install-Package SignalGo.JavaScript.Client -Version 5.5.3
<PackageReference Include="SignalGo.JavaScript.Client" Version="5.5.3" />
paket add SignalGo.JavaScript.Client --version 5.5.3
#r "nuget: SignalGo.JavaScript.Client, 5.5.3"
// Install SignalGo.JavaScript.Client as a Cake Addin #addin nuget:?package=SignalGo.JavaScript.Client&version=5.5.3 // Install SignalGo.JavaScript.Client as a Cake Tool #tool nuget:?package=SignalGo.JavaScript.Client&version=5.5.3
Documentation and samples:
https://github.com/SignalGo/SignalGo-full-net/wiki
SignalGo is a library for Cross-Platform developers that makes it incredibly simple to add real-time web functionality to your applications. What is "real-time web" functionality? It's the ability to have your server-side code push content to the connected clients as it happens, in real-time. like WCF and SignalR
Features:
1.Send and receive any data like class,object,parameters,methods,return types
2.Send(upload) and receive(download) stream like file stream
3.Send and receive data with UDP connection for sound and video streamming
4.Return data from a method (client and server)
5.Linq query to Clients for send or receive data
6.Setting for maximum and minimum and timeout data transport
7.Using best security algoritm for send or receive data
8.call methods from http (GET and Post) protocol(like browser) with support upload files and manage Controllers like asp.net MVC
9.support async await methods
10.full logging systeam
11.manage data exchanger to customize model properties in send and receive data without create new class
and other features...
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.fix bugs and improvement server speed and cpu usage
2.change the protocol of signalgo
3.support for owin can signalgo can host on iis now
read document examples here:
https://github.com/SignalGo/SignalGo-full-net