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

ngn

v2.0.0-alpha.14

Published

A JavaScript library for building systems and frameworks.

Downloads

636

Readme

NGN is a suite of JavaScript libraries for building systems and frameworks. Version 1.x.x was first released in 2012. Since then, the JavaScript language, runtimes, and communities have seen a continental shift. NGN 2.0.0 has been re-engineered to take advantage of modern JavaScript capabilities.

The library consists of numerous integrated ES modules, designed and tested to work together in any modern JavaScript runtime. Over 1000 combined unit tests are run against Chromium, Node.js 14+ (12+ using ES Module flag), and Deno.

  1. Core (this repo) - Live Examples on Codepen
    • Event Emitter
    • Middleware Engine
    • Custom Exceptions (Errors)
    • Ledger System (Auditing/Logging)
    • Base Class
  2. Queue
    • Parallel Task Runner
    • Sequential Task Runner
    • Evented Task Runner
  3. Network (net)
    • HTTP Client (Promise & Callback-Based)
    • Network Resource Feature
    • Enhanced URL
  4. Plugin Engine
    • Create Plugins
    • Extend Core Modules & Plugins
    • Semver Support (Dependency Declarations)

In addition, the following libraries are available:

  • libdata: Common data manipulation methods.
  • libnet-node: Polyfill network features Node doesn't have (Request Caching, ReferralPolicy, Subresource Integrity)
  • libcrypto: Simple cryptography features (Generate Keypairs, Sign/Verify Content, Encrypt/Decrypt). The crypto plugin can be used to enable simple crypto for any NGN plugin.

We are still working on the data module, which is the most powerful, but also most complex library in NGN. The data module supports data modeling, data stores, events, indexing, has it's own query language, and is often described as a small cross-runtime database.

NGNX, the extension system, has been dropped in 2.0.0. The libraries, such as the date/time library, are being integrated directly into NGN.

Development Status

NGN 2.0.0 is currently in an alpha state. We are battle testing it with select Butler Logic clients, but we're really putting it through rigorous production testing as we build Metadoc and EnableDB on NGN 2, JET and Chassis.

NGN 2.0.0 documentation will be forthcoming, with an early release of Metadoc. In the meantime, a series of code examples are available here, on Codepen.