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

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

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

websockets/wscat

0
View on GitHub↗
2,675 स्टार्स·249 फोर्क्स·JavaScript·mit·9 व्यूज़

Wscat

wscat is a command-line WebSocket client and server tool that provides an interactive terminal interface for connecting to WebSocket endpoints, sending and receiving text messages in real time, and managing WebSocket control frames through typed slash commands. It supports basic HTTP authentication by injecting credentials into the initial WebSocket handshake request, and can route connections through an HTTP proxy using the CONNECT tunneling method.

The tool includes a built-in WebSocket server mode that listens on a specified port, accepts incoming client connections, and relays messages between connected clients. It also supports automated command execution, allowing predefined commands to run automatically after a WebSocket connection is established. The event-driven message loop handles incoming WebSocket frames and user commands asynchronously, while slash commands map directly to WebSocket control frames for ping, pong, and close operations.

The project provides a collection of WebSocket client implementations, including a basic auth client, a CLI client, a control frame sender, and a proxy client, all accessible through a single command-line interface. The documentation covers installation and usage for both client and server modes.

Features

  • Terminal Interaction - Provides an interactive terminal interface for sending and receiving WebSocket messages in real time.
  • Real-time Messaging - Transmits typed text lines to the connected server and displays incoming messages in real time.
  • WebSocket Clients and Servers - Provides a built-in WebSocket server that accepts connections and relays messages between clients.
  • Port-Based WebSocket Listeners - Starts a local WebSocket server on a specified port to accept incoming client connections.
  • WebSocket Clients - Provides a command-line tool for connecting to WebSocket servers and exchanging messages interactively.
  • WebSocket Handshake Authentications - Attaches basic HTTP authentication headers to the initial WebSocket handshake request for credential-based access.
  • WebSocket Handshake Injections - Injects Basic HTTP authentication headers into the initial WebSocket upgrade request for credential-based access.
  • WebSocket Control Frame Commands - Maps typed slash commands directly to WebSocket control frames for ping, pong, and close operations.
  • WebSocket Control Frame Senders - Sends WebSocket control frames such as ping, pong, and close via slash commands.
  • WebSocket Proxy Routings - Forces WebSocket connections through an HTTP proxy that supports the CONNECT method.
  • WebSocket CONNECT Tunnels - Routes WebSocket connections through an HTTP proxy using the CONNECT tunneling method.
  • Authenticated - Attaches basic HTTP authentication credentials to the WebSocket handshake request for credential-based access.
  • Proxy-Routed - Routes WebSocket connections through an HTTP proxy supporting the CONNECT method.
  • Event-Driven Architectures - Uses an event-driven architecture to handle incoming WebSocket frames and user commands asynchronously.
  • Vulnerability Exploitation - Utility for testing and interacting with WebSocket services.

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

websockets/wscat के लिए स्टार हिस्ट्री चार्टwebsockets/wscat के लिए स्टार हिस्ट्री चार्ट

AI सर्च

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

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

Start searching with AI

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

समान ओपन-सोर्स प्रोजेक्ट्स, जो Wscat के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • sta/websocket-sharpsta का अवतार

    sta/websocket-sharp

    6,067GitHub पर देखें↗

    websocket-sharp is a C# library implementation of the WebSocket protocol used for building bidirectional client and server applications. It enables real-time data exchange between endpoints via persistent connections. The library provides specialized networking capabilities, including SSL encrypted networking for secure transport and certificate validation. It also features HTTP proxy tunneling to route traffic through intermediary servers using basic or digest authentication. The project covers a broad range of capabilities, including the implementation of both WebSocket clients and servers

    C#
    GitHub पर देखें↗6,067
  • vi/websocatvi का अवतार

    vi/websocat

    8,571GitHub पर देखें↗

    Websocat is a specialized set of command-line tools for WebSocket communication, acting as a client, server, and stream processor. It provides a terminal-based interface for connecting to WebSocket servers, hosting secure WebSocket servers, and bridging data between WebSockets and other network transports. The project distinguishes itself by functioning as a bidirectional network relay, allowing the routing of data between WebSocket streams, TCP sockets, UNIX sockets, and standard system input and output. It includes specialized implementations for SOCKS5 and HTTP proxying, as well as a strea

    Rustclicommand-linecommand-line-tool
    GitHub पर देखें↗8,571
  • 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
  • aaugustin/websocketsaaugustin का अवतार

    aaugustin/websockets

    5,692GitHub पर देखें↗

    websockets is a Python library for building WebSocket servers and clients using coroutines and the asyncio framework. It provides a complete toolkit for creating production-ready WebSocket applications, including a coroutine-based framework for handling connections, messages, and lifecycle events, as well as a client library for opening persistent bidirectional connections to remote endpoints. The library manages the full lifecycle of WebSocket connections, including handshake, message exchange, and graceful closure, with support for path-based routing to organize server logic across multiple

    Python
    GitHub पर देखें↗5,692
Wscat के सभी 30 विकल्प देखें→

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

websockets/wscat क्या करता है?

wscat is a command-line WebSocket client and server tool that provides an interactive terminal interface for connecting to WebSocket endpoints, sending and receiving text messages in real time, and managing WebSocket control frames through typed slash commands. It supports basic HTTP authentication by injecting credentials into the initial WebSocket handshake request, and can route connections through an HTTP proxy using the CONNECT tunneling method.

websockets/wscat की मुख्य विशेषताएं क्या हैं?

websockets/wscat की मुख्य विशेषताएं हैं: Terminal Interaction, Real-time Messaging, WebSocket Clients and Servers, Port-Based WebSocket Listeners, WebSocket Clients, WebSocket Handshake Authentications, WebSocket Handshake Injections, WebSocket Control Frame Commands।

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

websockets/wscat के ओपन-सोर्स विकल्पों में शामिल हैं: sta/websocket-sharp — websocket-sharp is a C# library implementation of the WebSocket protocol used for building bidirectional client and… vi/websocat — Websocat is a specialized set of command-line tools for WebSocket communication, acting as a client, server, and… ithewei/libhv — libhv is a high-performance C/C++ network library and event-driven I/O framework used to build TCP, UDP, SSL, HTTP,… aaugustin/websockets — websockets is a Python library for building WebSocket servers and clients using coroutines and the asyncio framework.… koush/androidasync — AndroidAsync is a non-blocking networking library for Android that provides asynchronous sockets, HTTP clients, and… tootallnate/java-websocket — Java-WebSocket is a collection of classes for implementing WebSocket clients and servers using pure Java. It provides…