awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sta avatar

sta/websocket-sharp

0
View on GitHub↗
6,067 स्टार्स·1,684 फोर्क्स·C#·MIT·2 व्यूज़sta.github.io/websocket-sharp↗

Websocket Sharp

websocket-sharp एक C# लाइब्रेरी है जो WebSocket प्रोटोकॉल का कार्यान्वयन है, जिसका उपयोग बाईडायरेक्शनल क्लाइंट और सर्वर एप्लिकेशन बनाने के लिए किया जाता है। यह पर्सिस्टेंट कनेक्शन के माध्यम से एंडपॉइंट्स के बीच रियल-टाइम डेटा एक्सचेंज को सक्षम बनाता है। यह लाइब्रेरी विशेष नेटवर्किंग क्षमताएं प्रदान करती है, जिसमें सुरक्षित ट्रांसपोर्ट और सर्टिफिकेट वैलिडेशन के लिए SSL एन्क्रिप्टेड नेटवर्किंग शामिल है। इसमें बेसिक या डाइजेस्ट ऑथेंटिकेशन का उपयोग करके मध्यवर्ती सर्वर के माध्यम से ट्रैफ़िक को रूट करने के लिए HTTP प्रॉक्सी टनलिंग की सुविधा भी है। यह प्रोजेक्ट WebSocket क्लाइंट और सर्वर दोनों के कार्यान्वयन, पाथ-आधारित सर्विस रूटिंग और कई क्लाइंट्स को संदेश प्रसारित करने की क्षमता सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है।

Features

  • WebSocket Clients and Servers - Provides a comprehensive C# implementation for establishing persistent WebSocket connections as a client.
  • Real-Time Web Communication - Establishes persistent bidirectional connections for live data exchange between endpoints.
  • Binary Protocols - Implements the low-level binary framing required by the WebSocket protocol for efficient data transmission.
  • WebSocket Servers - Implements a server that manages persistent bidirectional communication channels for real-time data exchange.
  • Handshake Upgrade Handlers - Uses specialized handlers to negotiate the initial HTTP upgrade handshake for establishing bidirectional WebSocket streams.
  • HTTP/2 and WebSocket Servers - Integrates WebSocket services into a standard HTTP server to handle requests on specific URL paths.
  • WebSocket Service Routings - Maps specific URL endpoints to individual socket handlers to support multiple distinct services on one server.
  • TCP Socket Programming - Directly manages raw TCP sockets to handle the binary streaming requirements of the protocol.
  • WebSocket Clients - Provides a library for establishing and managing bidirectional WebSocket connections and frame handling.
  • SSL/TLS Connection Security - Implements a secure transport layer to encrypt data and validate server certificates between clients and servers.
  • Transport Layer Encryption - Provides a secure transport layer using SSL/TLS to encrypt data in transit and validate certificates.
  • WebSocket Security - Provides security controls for persistent connections, including SSL/TLS encryption and certificate validation.
  • WebSocket Path Routings - Directs incoming WebSocket upgrade requests to specific handlers based on the request URI path.
  • Broadcast Messaging - Enables sending a single data payload to all currently connected client sessions on the server.
  • WebSocket Frame Compression - Implements WebSocket frame compression via deflate extensions to reduce network bandwidth usage.
  • WebSocket Proxy Tunneling - Provides a mechanism to route WebSocket traffic through intermediary proxy servers using Basic or Digest authentication.
  • WebSocket CONNECT Tunnels - Routes WebSocket connections through HTTP proxies using the CONNECT method with authentication support.
  • Proxy Server Routing - Allows WebSocket clients to route network traffic through an intermediary proxy server to reach endpoints.
  • WebSocket Payload Compressions - Provides payload compression via negotiated handshake extensions to reduce data transfer size.
  • Proxy-Routed - Provides the ability for WebSocket clients to route connections through HTTP proxies to bypass network restrictions.
  • WebSocket Handshake Authentications - Provides mechanisms to attach Basic or Digest authentication credentials to the initial WebSocket upgrade handshake.
  • HTTP Authentication Schemes - Implements standard HTTP authentication methods such as Basic and Digest for the connection process.
  • Request Authentications - Verifies identity using standard security schemes during the HTTP request transmission for connection handshakes.
  • Event-Driven Callbacks - Implements an event-driven callback model to handle network events like connection opens and message arrivals.
  • नेटवर्किंग लाइब्रेरीज़ - WebSocket protocol implementation.
  • WebSockets and Real-time - WebSocket protocol client and server implementation.

स्टार हिस्ट्री

sta/websocket-sharp के लिए स्टार हिस्ट्री चार्टsta/websocket-sharp के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Websocket Sharp के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Websocket Sharp के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • tootallnate/java-websocketTooTallNate का अवतार

    TooTallNate/Java-WebSocket

    10,811GitHub पर देखें↗

    Java-WebSocket is a collection of classes for implementing WebSocket clients and servers using pure Java. It provides a framework for hosting servers that manage connections via event-driven subclasses and tools for establishing client connections to remote servers. The library includes a secure communication tool for encrypting traffic using the WSS protocol and a compression library that uses per-message deflate extensions to reduce transmitted data size. It supports the configuration of cipher suites to limit encryption protocols and ensure compatible communication. The project enables bi

    Java
    GitHub पर देखें↗10,811
  • theturtle32/websocket-nodetheturtle32 का अवतार

    theturtle32/WebSocket-Node

    3,784GitHub पर देखें↗

    WebSocket-Node is a server-side implementation of the WebSocket protocol for Node.js environments. It serves as a framework for establishing persistent, bidirectional communication channels and low-latency data exchange between clients and servers. The project provides a secure socket implementation using transport layer security and includes an integrated client for establishing outbound encrypted connections. It utilizes a formal protocol-state machine and an event-driven connection framework to manage high-concurrency network streams. The framework covers server-side infrastructure includ

    JavaScript
    GitHub पर देखें↗3,784
  • boostorg/beastboostorg का अवतार

    boostorg/beast

    4,801GitHub पर देखें↗

    Beast is a C++ library for implementing low-level HTTP and WebSocket clients and servers. It functions as an asynchronous networking framework designed to compose non-blocking I/O operations and layered stream stacks for managing concurrent network traffic, specifically utilizing the Boost.Asio asynchronous model. The library provides a comprehensive implementation of the HTTP/1.1 and WebSocket protocols. For HTTP, it includes primitives for parsing and serializing messages with support for chunked transfer encoding, incremental body reading, and request pipelining. Its WebSocket implementati

    C++asioasync-programmingboost
    GitHub पर देखें↗4,801
  • ithewei/libhvithewei का अवतार

    ithewei/libhv

    7,521GitHub पर देखें↗

    libhv is a high-performance C/C++ network library and event-driven I/O framework used to build TCP, UDP, SSL, HTTP, WebSocket, and MQTT clients and servers. It provides a non-blocking event loop for managing network sockets, timers, and system signals across multiple threads. The project is distinguished by its integrated support for specialized network roles, including a full HTTP web server with RESTful routing and middleware, an MQTT messaging client for IoT communication, and the ability to implement SOCKS5 and HTTP proxies. It also features a reliable UDP implementation to ensure ordered

    Ccurlepollhttp-client
    GitHub पर देखें↗7,521
Websocket Sharp के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

sta/websocket-sharp क्या करता है?

websocket-sharp एक C# लाइब्रेरी है जो WebSocket प्रोटोकॉल का कार्यान्वयन है, जिसका उपयोग बाईडायरेक्शनल क्लाइंट और सर्वर एप्लिकेशन बनाने के लिए किया जाता है। यह पर्सिस्टेंट कनेक्शन के माध्यम से एंडपॉइंट्स के बीच रियल-टाइम डेटा एक्सचेंज को सक्षम बनाता है। यह लाइब्रेरी विशेष नेटवर्किंग क्षमताएं प्रदान करती है, जिसमें सुरक्षित ट्रांसपोर्ट और सर्टिफिकेट वैलिडेशन के लिए SSL एन्क्रिप्टेड नेटवर्किंग शामिल है। इसमें बेसिक या डाइजेस्ट ऑथेंटिकेशन का उपयोग करके मध्यवर्ती सर्वर के…

sta/websocket-sharp की मुख्य विशेषताएं क्या हैं?

sta/websocket-sharp की मुख्य विशेषताएं हैं: WebSocket Clients and Servers, Real-Time Web Communication, Binary Protocols, WebSocket Servers, Handshake Upgrade Handlers, HTTP/2 and WebSocket Servers, WebSocket Service Routings, TCP Socket Programming।

sta/websocket-sharp के कुछ ओपन-सोर्स विकल्प क्या हैं?

sta/websocket-sharp के ओपन-सोर्स विकल्पों में शामिल हैं: tootallnate/java-websocket — Java-WebSocket is a collection of classes for implementing WebSocket clients and servers using pure Java. It provides… theturtle32/websocket-node — WebSocket-Node is a server-side implementation of the WebSocket protocol for Node.js environments. It serves as a… boostorg/beast — Beast is a C++ library for implementing low-level HTTP and WebSocket clients and servers. It functions as an… ithewei/libhv — libhv is a high-performance C/C++ network library and event-driven I/O framework used to build TCP, UDP, SSL, HTTP,… yhirose/cpp-httplib — This is a header-only C++ library that provides implementations for HTTP clients, HTTP servers, and a WebSocket… facebookincubator/socketrocket — SocketRocket is an Objective-C WebSocket client library designed to establish bidirectional real-time communication…