/uWebSockets-bindings

Bindings for uWebSockets.

Primary LanguageHTML

Unofficial port; no support.

Various bindings for µWebSockets

  • Node.js binding lives here, report issues with µWS itself over at uWebSockets repo. Report issues with the Node.js binding here.
  • Python binding is third-party and currently client only (@szmoore).
  • Create new bindings and get them merged here.

Create NPM module

  • Build modules for x64 and arm64 for all relevant NodeJS versions
  • Copy binary modules, package.json and nodejs/src/uws.js to some folder
  • Publish module according NPM publish procedure described in brd StackOveflow