websocket_server
WebSocket event loop
Provides an async iterator for WebSocket events from all connected clients
A WebSocket server library for Deno 🔌
9 stars
3 watching
1 forks
Language: TypeScript
last commit: over 3 years ago
Linked from 1 awesome list
denowebsocketwebsocket-librarywebsocket-server
Related projects:
Repository | Description | Stars |
---|---|---|
ryo-ma/deno-websocket | A simple WebSocket library for Deno, providing a standard interface for establishing and managing WebSocket connections. | 152 |
drashland/wocket | A WebSocket library for Deno that enables real-time communication between clients and servers. | 104 |
melishev/wsgo | Provides an abstraction layer on top of WebSocket connections to facilitate communication between clients and servers. | 3 |
takahikokawasaki/nv-websocket-client | A high-quality WebSocket client implementation in Java. | 2,028 |
denyncrawford/dropper-deno | A custom event-based WebSocket framework for building real-time apps on Deno | 26 |
denoland/fastwebsockets | A WebSocket implementation that provides a fast and compliant way to establish bidirectional communication between clients and servers. | 872 |
jaspervdj/websockets | Provides a Haskell library for creating WebSocket servers and clients with support for TLS and various testing frameworks. | 407 |
igrigorik/em-websocket | An event-driven WebSocket server written in Ruby. | 1,690 |
sitegui/nodejs-websocket | Provides a standard way to establish WebSocket connections between clients and servers in Node.js | 737 |
webbit/webbit | A Java library providing an event-based WebSocket and HTTP server framework | 817 |
glebradchenko/dnwebsocket | A WebSocket library for Swift that provides a simple and efficient way to establish WebSocket connections. | 36 |
feross/simple-websocket | Provides a simple WebSocket API for working with real-time communication in the browser or Node.js environment. | 184 |
eliihen/wsta | A command-line tool for interacting with WebSockets | 632 |
karlseguin/websocket.zig | A Zig library implementing a WebSocket server | 305 |
max-mapper/websocket-stream | A Node.js module that enables the use of WebSockets with Node Streams API for bidirectional communication between clients and servers. | 668 |