@alena0817/brix

NodeJS based HTTP framework

Usage no npm install needed!

<script type="module">
  import alena0817Brix from 'https://cdn.skypack.dev/@alena0817/brix';
</script>

README

brix

minimalist Node JS HTTP server framework

Features:

  • session handling (cookies)
  • custom response object (option to add methods to HTTP response object)
  • database connection (currently MySQL is supported)
  • logging (using winston logging package supporting multiple logging levels)
  • static file handling

Prerequisites:

  1. jquery npm install jquery
  2. Blowfish library blowfish-security-lib npm install blowfish-security-lib
  3. Winston npm install winston
  4. mime-types npm install mime-types