1.1.0 • Published 2 years ago

@hellyjs/helly v1.1.0

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

helly


Installation

Node.js 16.0.0 or newer is required

npm install helly
yarn add helly
pnpm add helly

Optional packages

  • bufferutil for a much faster WebSocket connection (npm install bufferutil)

  • utf-8-validate in combination with bufferutil for much faster WebSocket processing (npm install utf-8-validate)


Examples

You can see examples in the examples folder.