gwsocket
WebSocket server
A fast, standalone WebSocket server written in C, providing bidirectional communication between applications and browsers.
fast, standalone, language-agnostic WebSocket server RFC6455 compliant
753 stars
31 watching
67 forks
Language: C
last commit: 2 months ago
Linked from 2 awesome lists
crfc-6455standalonewebsocket-serverwebsockets
Related projects:
Repository | Description | Stars |
---|---|---|
mattgodbolt/seasocks | An embeddable C++ webserver with WebSocket support for building small-scale networked applications. | 735 |
3b/clws | A WebSocket server written in Common Lisp, supporting multiple protocols and enabling real-time communication. | 72 |
glebradchenko/dnwebsocket | A WebSocket library for Swift that provides a simple and efficient way to establish WebSocket connections. | 36 |
realtimelogic/minnowserver | A lightweight, resource-efficient embedded HTTP(S) WebSocket server | 320 |
lxzan/gws | A WebSocket implementation designed for building real-time applications with focus on simplicity, performance, and reliability. | 1,429 |
mortzdk/websocket | A fast and extendable WebSocket server for UNIX systems written in C. | 200 |
charje/portal | A portable WebSocket server written in Common Lisp, designed to handle multiple clients and resources. | 28 |
melishev/wsgo | Provides an abstraction layer on top of WebSocket connections to facilitate communication between clients and servers. | 3 |
bloatless/php-websocket | A simple PHP-based WebSocket server and its associated application framework | 580 |
igrigorik/em-websocket | An event-driven WebSocket server written in Ruby. | 1,690 |
hashrocket/ws | A tool for exploring and debugging websocket servers | 426 |
denoland/fastwebsockets | A WebSocket implementation that provides a fast and compliant way to establish bidirectional communication between clients and servers. | 872 |
raphael/wsc | A command line tool for interacting with websockets | 51 |
webbit/webbit | A Java library providing an event-based WebSocket and HTTP server framework | 817 |
holywyvern/love-ws | A library for creating WebSocket clients and servers in C++ using the love framework. | 24 |