JSPM

  • Created
  • Published
  • Downloads 59204
  • Score
    100M100P100Q148088F
  • License MIT

Simple WebSocket protocol 13 client with no native or heavy dependencies

Package Exports

  • websocket13
  • websocket13/dist/index.js
  • websocket13/package.json

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (websocket13) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

WebSockets for Node.js

npm version npm downloads license sponsors

This is a pure-JavaScript implementation of WebSocket version 13. 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 for documentation.