251 packages tagged with “sockets”
Simple wrapper for TCP client and server in C# with SSL support
High performance, reactive TCP / UDP socket middleware for .NET
DEPRECATED: use package without "-signed". DotNetty is a port of netty framework. It is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.
DEPRECATED: use package without "-signed". UDP and TCP SocketChannel implementations for DotNetty.
DEPRECATED: use package without "-signed". Byte buffers support for DotNetty.
PInvoke API (methods, structures and constants) for WinSock and WinSock2 imported from Windows Ws2_32.dll.
Provides abstracted access to gRPC pipes on the local system. Currently uses UNIX sockets on all platforms, but will use named pipes on Windows in .NET 8.
DEPRECATED: use package without "-signed". Common wire format codecs DotNetty.
Features: - Very simple use in several lines - all the code for obtaining the data is already written and working in a background thread - It's event based class - available TextMessageReceived and BinaryMessageReceived events - Also available Connected, Disconnected and ExceptionOccurred events - Right async methods that support CancellationToken's - Auto Reconnect - Open to suggestions and problems on the github
DEPRECATED: use package without "-signed". Mqtt codec support for DotNetty.
DEPRECATED: use package without "-signed". TLS and other handler support DotNetty.
Provides interfaces for types in System.Net.Sockets: Socket, TcpClient, UdpClient, TcpListener, NetworkStream, ISocketAsyncEventArgs, LingerOption, SendPacketsElement.
Peachpie PHP language library functions with network related functionality.
Web socket helper project for Magic, giving you support for web sockets connections from and to Hyperlambda. To use package go to https://polterguy.github.io
The assemblies needed to run a XSockets.NET server on .NET/Mono
Lightweight and highly scalable asynchronous WebSocket listener, compilant with the official RFC6455 specification. It supports async/await operations, SSL/TLS (wss://), message compression, customizable HTTP negotiation, built-in keep-alive, latency control, partial frames and have several extensibility points.
Real-Time framework for everything
Business application library - get rid of a lot of boilerplate code.
The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more.
Provides interfaces that are shared between the Redpoint.GrpcPipes and related transport libraries. You most likely don't need to reference this library directly.
A lightweight and highly scalable asynchronous WebSocket listener for .NET Core, .NET and Mono. https://github.com/deniszykov/WebSocketListener
Cross-platform socket API for Xamarin iOS/Android/Forms, Xamarin.Mac, Windows Phone 8/8.1, Windows Store, UWP and Windows Desktop. Includes support for TCP and UDP listeners and clients, as well as UDP multicast.
WebSockets Server API
CavemanTcp is a simple TCP client and server providing easy integration and full control over network reads and writes, allowing you to build your own state machines with ease.
A somewhat performant networking library written in C#. Helps you create well structured networking applications faster and easier.
A concrete implementation of the .Net Standard 2.0 System.Net.WebSockets.WebSocket abstract class Can target .NET 4.5 (or above) or .NET Standard 2.0 (or above) Works on any version of Windows (including Windows 7) as well as Linux as it does not use HTTP.sys. A WebSocket library that allows you to make WebSocket connections as a client or to respond to WebSocket requests as a server. You can safely pass around a general purpose WebSocket instance throughout your codebase without tying yourself strongly to this library. This is the same WebSocket abstract class used by .net core 2.0 and it allows for asynchronous Websocket communication for improved performance and scalability.
BigQ is a messaging platform using TCP sockets and websockets featuring sync, async, channel, and private communications.
BigQ is a messaging platform using TCP sockets and websockets featuring sync, async, channel, and private communications. This package includes the BigQ server and associated libraries.
BigQ is a messaging platform using TCP sockets and websockets featuring sync, async, channel, and private communications. This package includes the BigQ client and associated libraries.
HTTP implementation for Griffin.Networking. It can be used to create HTTP clients and Servers with Griffin.Networking