4.1.1 • Published 10 months ago

koa78-upinfo v4.1.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

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();    
3.1.2

11 months ago

4.1.0

10 months ago

4.0.0

11 months ago

4.1.1

10 months ago

3.0.0

11 months ago

0.0.100-1.13

3 years ago

0.0.100-0.13

3 years ago

0.0.2

3 years ago