Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/doctormckay/node-websocket13

Lightweight pure-JS websocket support
https://github.com/doctormckay/node-websocket13

websocket websockets

Last synced: 3 months ago
JSON representation

Lightweight pure-JS websocket support

Awesome Lists containing this project

README

        

# WebSockets for Node.js
[![npm version](https://img.shields.io/npm/v/websocket13.svg)](https://www.npmjs.com/package/websocket13)
[![npm downloads](https://img.shields.io/npm/dm/websocket13.svg)](https://npmjs.com/package/websocket13)
[![license](https://img.shields.io/npm/l/websocket13.svg)](https://github.com/DoctorMcKay/node-websocket13/blob/master/LICENSE)
[![sponsors](https://img.shields.io/github/sponsors/DoctorMcKay.svg)](https://github.com/sponsors/DoctorMcKay)

This is a pure-JavaScript implementation of [WebSocket version 13](https://tools.ietf.org/html/rfc6455).
It has no large or native dependencies. It can establish connections to WebSocket servers (as a client), and also accept
connections from clients (as a server).

**Requires Node.js v12.22.0 or later.**

# Documentation

Please see the [GitHub wiki](https://github.com/DoctorMcKay/node-websocket13/wiki) for documentation.