-
Notifications
You must be signed in to change notification settings - Fork 14
Introduction
SignalGo is an open-source and cross-platform project that helps you to easily create client-server infrastructure in a clear and concise way.
You can send and receive any data from clients to server and from server to clients over local network or internet. SignalGo uses Tcp and Sockets to send and receive real-time functions or methods,
Http uses TCP but when client connects to server, it just sends header and get response. Then closes connection. It cannot again send headers once got response and get response again. Http is not a duplex data transfer mechanism. It's a very obsolete protocol for data exchange, anyway signalgo supports both http and https.
SignalGo is different: you can always send and receive data without disconnecting from server.
This project was started in .NET framework, it's written completely in C# programming language and you can use both client and server with any of .NET supported language (VB.NET for example). For Java and JavaScript and Flutter and Angular etc (only client is available for now).
- .net35 +
- .net standard 1.6 +