Socket
Socket
Sign inDemoInstall

bi-service

Package Overview
Dependencies
167
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bi-service

Node.js web application framework


Version published
Maintainers
3
Install size
10.2 MB
Created

Changelog

Source

v1.6.2

  • [FIXED] - regression of 1.6.0 which didn't consider charset & boundary directives while validating a request content-type header

Readme

Source

Build Status Test Coverage npm version

bi-service is an abstraction layer with common interface for creating not-only web applications but also any apps that match the request & response pattern whether an underlying communication protocol is HTTP, AMQP (message queues), IPC or other..
Emphasis is put among other features on product API documentation, validation, error handling and automation of perpetually repeated tasks.

Why?
So that basic project foundations and application architecture doesn't need to be invented again and again for each (web) service.
The project empowers minimalistic but mature libraries like express and does its job on top of them striving for clean scalable, testable and consistent applications.

Features

  • Promises!
  • JSON Schema integration
  • Environment-aware
  • App lifecycle events
  • Resource & Service integrity inspection capabilities (health monitoring)
  • Documentation autogeneration
  • A SDK client package autogeneration
  • response data filters
  • request data validation
  • shell integration
  • caching solutions
  • Semantic Service versioning
  • and more (see Public API Reference)!

Resources

Tests

npm test

FAQs

Last updated on 01 Aug 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc