SignalGo.JavaScript.Client 4.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package SignalGo.JavaScript.Client --version 4.1.0
NuGet\Install-Package SignalGo.JavaScript.Client -Version 4.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SignalGo.JavaScript.Client" Version="4.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SignalGo.JavaScript.Client --version 4.1.0
#r "nuget: SignalGo.JavaScript.Client, 4.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SignalGo.JavaScript.Client as a Cake Addin
#addin nuget:?package=SignalGo.JavaScript.Client&version=4.1.0

// Install SignalGo.JavaScript.Client as a Cake Tool
#tool nuget:?package=SignalGo.JavaScript.Client&version=4.1.0

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...

There are no supported framework assets in this package.

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.

Version Downloads Last updated
5.5.3 1,429 8/28/2019
5.5.1 1,646 4/20/2019
5.3.0 1,489 1/17/2019
4.1.0 1,924 9/8/2018
3.0.0 2,018 3/24/2018
1.4.0 2,034 12/31/2016
1.3.3 2,242 9/25/2016
1.3.2 2,071 9/5/2016
1.3.0.1 2,012 9/3/2016
1.3.0 2,343 9/3/2016

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