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

@ztimson/momentum

v0.38.0

Published

Client library for momentum

Downloads

1,314

Readme

Momentum

Server Development Platform

Version Pull Requests Issues



Table of Contents

About

Momentum is a self-hosted server development platform. What does that mean? Think something similar to Firebase but you are in full control of your data & services.

It was developed as a generic backend to add functionality to single page applications such as angular, react, svelte or vue. Momentum comes with a client library to make integration extremely easy.

Momentum also comes with a management interface to allow easy administration of momentum without having to build anything.

Features include:

  • Actions
    • Write server side code to create custom functionality
    • Writen with javascript & the momentum client library to minimize the learning curve
    • Custom library and can be installed & accessed from actions using Docker & NPM
    • Trigger actions including CRONs, RESTFUL requests & system events
    • Extremely fast
  • Authentication
    • Manage users with custom values
    • Manage groups with cascading permissions & custom values
    • Token management for 3rd party applications
    • Full permission system which supports custom values
    • Account validation & reset emails
    • Optional public registration form
    • OAuth support for custom applications
    • Custom password strength rules
    • Two-Factor Authentication
  • Data
    • Edit database like an Excel table
    • Create custom forms & reports to interact with data
    • Interact with data through the REST API
    • Granular collection & document level permissions
    • Automatic metadata tracking
    • Easy import/export to CSV, Excel & JSON
  • Logs
    • Save & view server logs through the UI for easy debugging
    • Submit client logs to momentum to aid in remote debugging
    • Client logs come with device information such as user agent & screen size
  • Storage
    • Storage anything with momentum storage
    • Built in filebrowser
    • Upload & download files with the API
    • Full file permissions
    • Automatic metadata tracking
  • Static File Server
    • Host your single page application using Momentum for easy hosting
    • Configurable routing
  • Settings
    • Full theming & white label support
    • Manage the server through variables which can be changed at runtime
    • Create & use custom variables for your application
  • Miscellaneous
    • Automatically turn website into Progressive Web App
    • Caching & offline support built into the client library
    • Socket support to keep all clients in sync automatically
    • Generate PDFs from templates, HTML or links
    • SMTP support to send emails from templates
    • Twilio support to manage texts & calls
    • Stripe support to handle payments & subscriptions

Built With

Docker MongoDB Node TypeScript

Setup

Prerequisites

Instructions

  1. Optional: Use momentum to host your static site
  2. Download the docker-compose file: curl -o momentum.yaml https://git.zakscode.com/ztimson/momentum/raw/branch/develop/docker-compose.yml
  3. Configure the Environment Variables inside the docker-compose
  4. Start the server with: docker-compose up -f momentum.yaml
  5. Open http://localhost:80

Prerequisites

Instructions

  1. Install the dependencies: npm install
  2. Start MongoDB: docker-compose up db
  3. Start the dev server: npm run start
  4. Open http://localhost:3000

License

Copyright © 2024 Zakary Timson | All Rights Reserved

See the license for more information.