NodeICO

Beautiful badges for your Node.js packages

Packages by achrinza

create-lb4

Anti-squatting placeholder for the LoopBack 4 framework.

create-lb4 badge

loopback-connector-mysql

MySQL connector for loopback-datasource-juggler

loopback-connector-mysql badge

loopback-connector-postgresql

Loopback PostgreSQL Connector

loopback-connector-postgresql badge

loopback-connector-mongodb

The official MongoDB connector for the LoopBack framework.

loopback-connector-mongodb badge

loopback-connector-rest

Loopback REST Connector

loopback-connector-rest badge

loopback-connector-mssql

Microsoft SQL Server connector for LoopBack

loopback-connector-mssql badge

loopback-connector-soap

LoopBack SOAP Web Services Connector

loopback-connector-soap badge

loopback-connector-oracle

Loopback Oracle Connector

loopback-connector-oracle badge

loopback-connector-cassandra

Loopback Cassandra Connector

loopback-connector-cassandra badge

loopback-connector-couchdb2

LoopBack Connector for CouchDB 2.0

loopback-connector-couchdb2 badge

loopback-connector-db2

LoopBack Connector for IBM DB2

loopback-connector-db2 badge

loopback-ibmdb

LoopBack Connector common code for IBM databases

loopback-ibmdb badge

loopback-connector-dashdb

LoopBack Connector for IBM dashDB

loopback-connector-dashdb badge

loopback-connector-grpc

LoopBack connector for gRPC services

loopback-connector-grpc badge

loopback-connector-kv-redis

The official Redis KeyValue connector for LoopBack

loopback-connector-kv-redis badge

loopback-connector-openapi

Connect Loopback to a OpenAPI-compliant APIs

loopback-connector-openapi badge

loopback-connector-sqlite3

Loopback SQLite3 Connector

loopback-connector-sqlite3 badge

loopback-connector-redis

The official Redis connector for the LoopBack Framework.

loopback-connector-redis badge

loopback-connector-kv-extreme-scale

The official WebSphere eXtreme Scale KeyValue connector for LoopBack

loopback-connector-kv-extreme-scale badge

strong-soap

A minimal node SOAP client

strong-soap badge

strong-error-handler

Error handler for use in development and production environments.

strong-error-handler badge

loopback-datasource-juggler

LoopBack DataSource Juggler

loopback-datasource-juggler badge

@loopback/apiconnect

An extension for IBM API Connect

@loopback/apiconnect badge

@loopback/authentication-jwt

Extension for the prototype of JWT authentication

@loopback/authentication-jwt badge

@loopback/authentication-passport

A package creating adapters between the passport module and @loopback/authentication

@loopback/authentication-passport badge

@loopback/authentication

A LoopBack component for authentication support.

@loopback/authentication badge

@loopback/authorization

A LoopBack component for authorization support.

@loopback/authorization badge

@loopback/boot

A collection of Booters for LoopBack 4 Applications

@loopback/boot badge

@loopback/booter-lb3app

A booter component for LoopBack 3 applications to expose their REST API via LoopBack 4

@loopback/booter-lb3app badge

@loopback/build

A set of common scripts and default configurations to build LoopBack 4 or other TypeScript modules

@loopback/build badge

@loopback/cli

Yeoman generator for LoopBack 4

@loopback/cli badge

@loopback/context-explorer

Visualize context hierarchy, bindings, configurations, and dependencies

@loopback/context-explorer badge

@loopback/context

Facilities to manage artifacts and their dependencies in your Node.js applications. The module exposes TypeScript/JavaScript APIs and decorators to register artifacts, declare dependencies, and resolve artifacts by keys. It also serves as an IoC container

@loopback/context badge

@loopback/core

Define and implement core constructs such as Application and Component

@loopback/core badge

@loopback/cron

Schedule tasks using cron-like syntax

@loopback/cron badge

@loopback/docs

Documentation files rendered at [https://loopback.io](https://loopback.io)

@loopback/docs badge

@loopback/eslint-config

ESLint configuration for LoopBack projects

@loopback/eslint-config badge

@loopback/example-access-control-migration

Tutorial example on how to migrate the access control example with LoopBack 4.

@loopback/example-access-control-migration badge

@loopback/example-binding-resolution

An example application to demonstrate binding resolution and dependency injection within a context hierarchy

@loopback/example-binding-resolution badge

@loopback/example-context

Standalone examples to illustrate features provided by @loopback/context

@loopback/example-context badge

@loopback/example-express-composition

LoopBack 4 REST API on Express

@loopback/example-express-composition badge

@loopback/example-file-transfer

Example application for file upload/download with LoopBack 4

@loopback/example-file-transfer badge

@loopback/example-graphql

GraphQL Example Application

@loopback/example-graphql badge

@loopback/example-greeter-extension

An example showing how to implement the extension point/extension pattern using LoopBack 4

@loopback/example-greeter-extension badge

@loopback/example-greeting-app

An example greeting application for LoopBack 4

@loopback/example-greeting-app badge

@loopback/example-hello-world

A simple hello-world Application using LoopBack 4

@loopback/example-hello-world badge

@loopback/example-lb3-application

Tutorial example on how to add existing an LB3 application to a LB4 project

@loopback/example-lb3-application badge

@loopback/example-log-extension

An example showing how to write a complex log extension for LoopBack 4

@loopback/example-log-extension badge

@loopback/example-metrics-prometheus

An example to illustrate metrics provided by @loopback/metrics and Prometheus

@loopback/example-metrics-prometheus badge

@loopback/example-multi-tenancy

An example to illustrate how to enable multi-tenancy with LoopBack's IoC and DI container

@loopback/example-multi-tenancy badge

@loopback/example-passport-login

An example to demonstrate authentication with passport strategies

@loopback/example-passport-login badge

@loopback/example-rest-crud

An example showing how to use @loopback/rest-crud to define default repository and controller classes

@loopback/example-rest-crud badge

@loopback/example-rpc-server

An example RPC server and application to demonstrate the creation of your own custom server

@loopback/example-rpc-server badge

@loopback/example-soap-calculator

A tutorial demonstrating integration SOAP webservice with LoopBack 4

@loopback/example-soap-calculator badge

@loopback/example-socketio

This is an example for spinning up socket server.

@loopback/example-socketio badge

@loopback/example-todo-jwt

A modified Todo tutorial how to build an application with JWT authentication and LoopBack 4

@loopback/example-todo-jwt badge

@loopback/example-todo-list

Continuation of the todo example using relations in LoopBack 4.

@loopback/example-todo-list badge

@loopback/example-todo

Tutorial example on how to build an application with LoopBack 4

@loopback/example-todo badge

@loopback/example-validation-app

An example demonstrating how to add validation in a LoopBack 4 application

@loopback/example-validation-app badge

@loopback/example-webpack

An example to bundle @loopback/core using webpack

@loopback/example-webpack badge

@loopback/express

Integrate with Express and expose middleware infrastructure for sequence and interceptors

@loopback/express badge

@loopback/filter

Utility typings and filters for LoopBack filters.

@loopback/filter badge

@loopback/graphql

LoopBack's graphql integration

@loopback/graphql badge

@loopback/health

An extension exposes health check related endpoints with LoopBack 4

@loopback/health badge

@loopback/http-caching-proxy

A caching HTTP proxy for integration tests. NOT SUITABLE FOR PRODUCTION USE!

@loopback/http-caching-proxy badge

@loopback/http-server

A wrapper for creating HTTP/HTTPS servers

@loopback/http-server badge

@loopback/logging

An extension exposes logging for Winston and Fluentd with LoopBack 4

@loopback/logging badge

@loopback/metadata

Utilities to help developers implement TypeScript decorators, define/merge metadata, and inspect metadata

@loopback/metadata badge

@loopback/metrics

An extension exposes metrics for Prometheus with LoopBack 4

@loopback/metrics badge

@loopback/mock-oauth2-provider

An internal application to mock the OAuth2 authorization flow login with a social app like facebook, google etc

@loopback/mock-oauth2-provider badge

@loopback/model-api-builder

Types and helpers for packages contributing Model API builders.

@loopback/model-api-builder badge

@loopback/monorepo

A set of scripts to maintain a lerna monorepo

@loopback/monorepo badge

@loopback/openapi-spec-builder

Make it easy to create OpenAPI (Swagger) specification documents in your tests using the builder pattern.

@loopback/openapi-spec-builder badge

@loopback/openapi-v3

Decorators that annotate LoopBack artifacts with OpenAPI v3 metadata and utilities that transform LoopBack metadata to OpenAPI v3 specifications

@loopback/openapi-v3 badge

@loopback/pooling

Resource pooling service for LoopBack 4

@loopback/pooling badge

@loopback/repository-json-schema

Converts TS classes into JSON Schemas using TypeScript's reflection API

@loopback/repository-json-schema badge

@loopback/repository-tests

A shared test suite to verify `@loopback/repository` functionality with a given compatible connector

@loopback/repository-tests badge

@loopback/repository

Define and implement a common set of interfaces for interacting with databases

@loopback/repository badge

@loopback/rest-crud

REST API controller implementing default CRUD semantics

@loopback/rest-crud badge

@loopback/rest-explorer

LoopBack's API Explorer

@loopback/rest-explorer badge

@loopback/rest-msgpack

Body parser to handle MessagePack requests in LoopBack 4.

@loopback/rest-msgpack badge

@loopback/rest

Expose controllers as REST endpoints and route REST API requests to controller methods

@loopback/rest badge

@loopback/security

A LoopBack component for security support.

@loopback/security badge

@loopback/service-proxy

A common set of interfaces for interacting with service oriented backends such as REST APIs, SOAP Web Services, and gRPC microservices

@loopback/service-proxy badge

@loopback/socketio

LoopBack's WebSocket server based on socket.io

@loopback/socketio badge

@loopback/testlab

A collection of test utilities we use to write LoopBack tests.

@loopback/testlab badge

@loopback/tsdocs

A package to generate api docs using Microsoft api-extractor and api-documenter

@loopback/tsdocs badge

@loopback/typeorm

Adds support for TypeORM in LoopBack

@loopback/typeorm badge

create-lb

Anti-squatting placeholder for the LoopBack framework.

create-lb badge

create-loopback

LoopBack initializer package

create-loopback badge

create-loopbacks

Anti-squatting placeholder for the LoopBack framework.

create-loopbacks badge

create-loopback3

Anti-squatting placeholder for the LoopBack framework.

create-loopback3 badge

create-loopback2

Anti-squatting placeholder for the LoopBack framework.

create-loopback2 badge

create-lb3

Anti-squatting placeholder for the LoopBack framework.

create-lb3 badge

create-lb2

Anti-squatting placeholder for the LoopBack framework.

create-lb2 badge

create-loopback4

Anti-squatting placeholder for the LoopBack 4 framework.

create-loopback4 badge

@node-ipc/event-pubsub

Super light and fast Extensible ES6+ events and EventEmitters for Node and the browser. Easy for any developer level, use the same exact code in node and the browser. No frills, just high speed events!

@node-ipc/event-pubsub badge

@node-ipc/node-ipc

A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.

@node-ipc/node-ipc badge

@achrinza/node-ipc

A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.

@achrinza/node-ipc badge

@node-ipc/vanilla-test

minimal test framework for node, browsers, and electron, anywhere javascript can run

@node-ipc/vanilla-test badge

@node-ipc/compat

A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.

@node-ipc/compat badge

@node-ipc/js-queue

Simple JS queue with auto run for node and browsers

@node-ipc/js-queue badge

@achrinza/event-pubsub

Super light and fast Extensible ES6+ events and EventEmitters for Node and the browser. Easy for any developer level, use the same exact code in node and the browser. No frills, just high speed events!

@achrinza/event-pubsub badge

@achrinza/strong-type

allows easy type enforcement for all JS types objects and classes. it is also extensible and provides simple to use type checks for your own custom classes and types

@achrinza/strong-type badge

@loopback/example-references-many

Example of the references many relation in LoopBack 4.

@loopback/example-references-many badge

loopback-connector

Building blocks for LoopBack connectors

loopback-connector badge

@loopback/sequelize

Loopback 4 Extension That Provides Sequelize Crud Repository Compatible With Default Loopback Models.

@loopback/sequelize badge

strong-globalize-cli

StrongLoop Globalize - CLI

strong-globalize-cli badge

strong-globalize

StrongLoop Globalize - API

strong-globalize badge

@achrinza/test

A package to test features of the NPM registry.

@achrinza/test badge