API Documentation: http://www.778878.net/docs/#/koa78-Upinfo/
Feedback QQ Group (Click to join): 323397913
- 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.
- Not highly technical but understands business and excels at solving practical problems in production and operations.
- Gradually open-sourcing projects that have been optimized over many years and are continuously running stably.
- Wraps Koa to reduce learning overhead.
- Stable: has run for years with thousands of concurrent requests handled by two single-core 1GB machines.
- Fast development: a few lines of code can handle common APIs like CRUD and batch creation.
- Efficient: comes with a comprehensive low-code front-end and back-end framework; one backend developer can easily support four or more frontend developers.
- Easy to extend: business tables correspond to data tables; each directory represents a small set of features, and each file is a data table.
- Adaptable: runs simultaneously on Alibaba Cloud and Tencent Cloud.
- Easy debugging: can be configured to track calls for specific users, tables, or directories.
- Easy to learn: a simple ten-line codebase makes it hard not to understand.
- Easy maintenance: includes comprehensive API call count and timing statistics, as well as error reporting via WeChat.
- Rapid updates: the primary operational projects use this framework, ensuring timely bug fixes and new feature implementations.
- Easy refactoring: each directory is a small system, with each version having its own path; new and old APIs can coexist long-term.
- SAAS: supports account or user data isolation.
Suitable for nodejs ts
projects
See the API documentation for details.
See the API documentation for details.
See the API documentation for details.
// For more examples, see the documentation link.
let up = new Upinfo(null);
let newid = up.getNewid();