Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 821 Bytes

File metadata and controls

29 lines (24 loc) · 821 Bytes

μBlitz.js

μBlitz.js - utilitarian-library for ublitzjs/uwsjs-fork (used to be uWebSockets.js)

On NPM you can find such packages: (with @ublitzjs/ organization)

  1. stable:
  • core (THIS repo)
  • headers (fastest parser of "Range" HTTP header)
  • channel (fastest event emitter)
  1. soon (maybe) to become stable
  • logger (colorful console)
  • static (send files)
  • multipart (previously "payload")
  • router (OpenAPI-like router for simple orientation)
  • openapi
  • preprocess (Code preprocessing + templating framework)
  • asyncapi
  • testing (mocking tests, coming soon)
  • auth (coming soon)
  1. Github-only fork of uWebSockets.js - uwsjs-fork

Installation

npm install "@ublitzjs/core"