Info
Version: | 0.1.0-preview1 |
Author(s): | Ali Visual Studio |
Last Update: | Friday, April 17, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SignalGo/client-js |
NuGet Url: | https://www.nuget.org/packages/SignalGo.DataExchanger |
Install
Install-Package SignalGo.DataExchanger
dotnet add package SignalGo.DataExchanger
paket add SignalGo.DataExchanger
SignalGo.DataExchanger Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- SignalGo.Net.Shared(>= 5.5.5)
- SignalGo.Net.Shared(>= 5.5.5)
Tags
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...