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
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.