engine.io-client

v6.5.4
Client for the realtime Engine

test

npm run format:check && npm run compile && if test "$BROWSERS" = "1" ; then npm run test:browser; else npm run test:node; fi

build

rollup -c support/rollup.config.umd.js && rollup -c support/rollup.config.esm.js

compile

rimraf ./build && tsc && tsc -p tsconfig.esm.json && ./postcompile.sh

prepack

npm run compile

test:node

mocha --bail --require test/support/hooks.js test/index.js test/webtransport.mjs

format:fix

prettier --write 'lib/**/*.ts' 'test/**/*.js' 'test/webtransport.mjs' 'support/**/*.js'

format:check

prettier --check 'lib/**/*.ts' 'test/**/*.js' 'test/webtransport.mjs' 'support/**/*.js'

test:browser

zuul test/index.js

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 6/18/2024

Downloads