TypeSafe.Http.Net is a type safe REST/HTTP/Web framework that automagically allows you to make service calls to servers through simple annotated interfaces. This library is an implementation of the IRestServiceProxy which can be registered using RegisterRestSharpClient(...) on the builder. This will allow TypeSafe.Http.Net to utilize a RestSharp HTTP client for its service.
Serverless and Scalable Mobile-Push-Notification server-side client and database abstraction/management for sending mobile push notifications to APNS and GCM utilizing Amazon DynamoDB and Amazon SimpleNotificationService.
A lightweight implementation to use the WebSocket protocol for client and server
The Refactorius Extensions.ServiceError utility library provides a generic proxy used to wrap and unwrap server-side exceptions so that they could be properly re-thrown on the client side.
LinkStream is middleware designed to be integrated into applications or games that use Solana's solnet C# client. Utilizing TCP server & client protocols to send transaction messages from dapps to wallet based applications
A simple helper class library used to exchange information across network stream in a client-server context.
Simplisity is a client side jQuery based framework and a set of Server side utilities. Simplisity is designed to take data from the html page, pass it to a server side API for processing, which then can return data or html to be added to the html page. Simplisity currently uses JQuery to ensure "simplicity".
Simple and fast library for tcp server and client. Utilizes same techniques as internal kestrel servers to get best performance.
This package provides shared components and utilities for RTMP server and client implementations.
This package provides shared components and utilities for TCP server and client implementations.
The Refactorius Extensions.ServiceErrorProxy proxy wraps and unwraps server-side exceptions so that they could be properly re-thrown on the client side.
provide some utility functions IPC : InterProcessCommunication based on 1 Server / multiples Client by named pipes SERVER SIDE IPCServerClass IPCServer = new IPCServerClass("MyUniqueName",CallBackMessage); string CallBackMessage(string request) { string response = "ok"; if (request == "...") {} // do something else if (request == "...") {} // do something // return response to client return response; } CLIENT SIDE // declaration IPCClientClass IPCClient = new IPCClientClass("MyUniqueName") { IsDebug = true, }; // start client IPCClient.Start(); // use client server communication string response = IPCClient.Send("message");
A .NET client library for connecting to ASRockService servers and remotely controlling ASRock motherboard GPIO and power management features. Includes client interfaces, implementations, connection management, and utilities for seamless integration with .NET applications.
The easy to use, powerful and lightweight tool for creating client-server API based .NET applications with built-in cryptographically secure authentication and data protection. In most cases of developing applications that make use of some remote resources the developer is forced to implement an additional program layer (i.e. utility library) that transforms the higher level semantic quarries into a form used by API or communication framework. The main advantage of the proposed tool is the opportunity to omit unreasonable additional efforts and/or layers while developing client-server applications and use the semantic abstractions of remote resources in natural for C# and other CLI languages form: interface definitions and implementations. Most briefly, the tool allows utilizing the remote interface implementations as if they were dynamically loaded local plugins. Follow the references for detailed description and code samples.
A .NET HTTP client for Cloudflare's Turnstile API, commonly used for server validation
Simple and fast library for tcp server and client. Utilizes same techniques as internal kestrel servers to get best performance.