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

koa78-upinfo

v4.1.1

Published

nodejs koa78封装 上传类

Downloads

390

Readme

English| 简体中文

koa78-Upinfo is a highly productive Koa framework.

License Test Status QQ Group

API Documentation: http://www.778878.net/docs/#/koa78-Upinfo/

Feedback QQ Group (Click to join): 323397913

Background

  1. Eighteen years of ERP development experience, ten years of cloud development experience, fifteen years of stock and futures investment experience, and ten years of investment analysis platform development experience.
  2. Not highly technical but understands business and excels at solving practical problems in production and operations.
  3. Gradually open-sourcing projects that have been optimized over many years and are continuously running stably.

Introduction

  1. Wraps Koa to reduce learning overhead.
  2. Stable: has run for years with thousands of concurrent requests handled by two single-core 1GB machines.
  3. Fast development: a few lines of code can handle common APIs like CRUD and batch creation.
  4. Efficient: comes with a comprehensive low-code front-end and back-end framework; one backend developer can easily support four or more frontend developers.
  5. Easy to extend: business tables correspond to data tables; each directory represents a small set of features, and each file is a data table.
  6. Adaptable: runs simultaneously on Alibaba Cloud and Tencent Cloud.
  7. Easy debugging: can be configured to track calls for specific users, tables, or directories.
  8. Easy to learn: a simple ten-line codebase makes it hard not to understand.
  9. Easy maintenance: includes comprehensive API call count and timing statistics, as well as error reporting via WeChat.
  10. Rapid updates: the primary operational projects use this framework, ensuring timely bug fixes and new feature implementations.
  11. Easy refactoring: each directory is a small system, with each version having its own path; new and old APIs can coexist long-term.
  12. SAAS: supports account or user data isolation.

Screenshots

Backend Service Backend Code Example Frontend Code Example

Applicable Platforms

Suitable for nodejs ts projects

Installation

See the API documentation for details.

Properties

See the API documentation for details.

Methods

See the API documentation for details.

Demo

// For more examples, see the documentation link.
let up = new Upinfo(null);
let newid = up.getNewid();