engine.io-client

v4.0.0
Client for the realtime Engine

lint

eslint lib/**/*.js test/**/*.js

test

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

build

webpack --config ./support/webpack.config.js --config ./support/prod.config.js

test:node

mocha --reporter dot --require test/support/server.js test/index.js

format:fix

prettier --write 'lib/**/*.js' 'test/**/*.js' 'support/**/*.js'

format:check

prettier --check 'lib/**/*.js' 'test/**/*.js' 'support/**/*.js'

test:browser

zuul test/index.js

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 9/10/2020

Downloads