npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@onixjs/core

v1.0.0-beta.5.2

Published

An Enterprise Grade NodeJS Platform that implements Industry Standards and Patterns in order to provide Connectivity, Stability, High-Availability and High-Performance.

Downloads

24

Readme

OnixJS - Enterprise Grade Framework

Coverage Status Travis npm (scoped) Beerpay alt text

Disclaimer: This framework is in active development and won't be ready for production until we reach release candidate.

  • Alpha release date: Feb 2018
  • Beta release date: May 2018
  • Estimated date for release candidate: EOY 2018

Installation

$ npm install --save @onixjs/core

Features

The OnixJS Framework is an Enterprise Grade Node.JS platform that implements only Industry Standards and Patterns in order provide the best development experience possible:

  • High-Availability
  • High-Performance
  • Built-in TypeScript
  • Single Sign On (OIDC IdP / SSO)
  • Isomorphic SDK For ES6+/TypeScript Clients that runs on Browser, Mobile, Node.JS
  • Dependency Injection (DI)
  • Middleware Router
  • Compatibility with middleware based modules (e.g. express/bodyparser)
  • View Renderer Compatible with any JS Template Engine (DoT, EJS, Etc)
  • Supported Architectural Patterns: SOA, MSA and MVC.
  • Representational State Transfer API (REST API)
  • Remote Procedure Call and Streams API (RPC/RPCS APIs)
  • Module and Component Level LifeCycles (Hooks)
  • Back-end compatible with any ORM (LoopBack's Datasource Juggler, Mongoose, Sequelize, TypeORM, Etc)

Documentation

The following link will take you to the OnixJS Documentation

DISCLAIMER: The wiki is a temporal documentation created to start guiding developers into the OnixJS World. An Official Web and More Complete Documentation Sites are currently being developed.

Examples: https://github.com/onixjs/examples

Philosophy

The OnixJS FrameWork is an Enterprise Grade Node.JS platform that implements only Industry Standards and Patterns.

Core Objectives

  • Slightly Opinionated: Though OnixJS provide with a business logic structure based on SOA, MSA and it does specify how to communicate your services or clients, we do empower you to decide which Front-End Framework, ORM or even an Server Side Renderer (Template Engine) to install. By using any of our provided Factories, you'll be free to make most of the important decisions.
  • Stability: We strongly believe that providing a highly featured, tested or covered platform might be great but definitely not enough. We also believe that staging or deploying a project now or in a year MUSTN'T be affected by the Framework or any of its dependencies, being that the reason of why we decided to use the lowest amount of dependencies possible.
  • High-Availability: Either you choose Monolithic SOA or MSA, your services will run independently in separated processes. While implementing the right patterns and infrastructure, any failure on either of your services won't block or disable access to users or other services.
  • High-Performance: OnixJS provides with a really small footprint, we don't really add unnecessary and unused features, instead we provide you with artifacts all based on established design patterns for you to build projects with ease, as well as providing ways to flawlessly communicate services and clients.
  • Security: OnixJS provides with a fully OIDC featured Single Sign On IdP, so you can start avoiding expenses on authentication and authorization issues due far simplistic auth implementations not suited for enterprise grade projects.
  • Compatibility: A must have goal is to provide not only compatibility with other Middleware Based Node.JS Frameworks, but as described before; compatibility with any ORM, Template Engine, Front-End Framework and even other Programming Languages using the REST API or the OnixJS REST Gateway.
  • Communication: With the OnixJS Isomorphic SDK you'll be able to easily communicate services to services or services to clients. Don't want to communicate services over network? No problem, communicate services using STD IO Streams.

Core Documentation

$ git clone [email protected]:onixjs/core.git
$ cd core
$ npm install && npm run serve:docs

Documents will be served on http://127.0.0.1:3000

Note: Core documentation is not focused on end application developers.

Test

$ git clone [email protected]:onixjs/core.git
$ cd core
$ npm install && npm run test

Contributors

| Jonathan Casarrubias💻 | Andres David Jimenez💡 | Paul Warelis📖 | Miguel Serrano💻💡 | Ixshel Escamilla📋🔍 | Raul Vargas🔌 | | :---: | :---: | :---: | :---: | :---: | :---: |

This project follows the all-contributors specification. Contributions of any kind welcome!