🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

minware

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minware

> [glede-server](https://gitee.com/philuo/glede-server-bun)

latest
npmnpm
Version
0.0.1-alpha.0
Version published
Weekly downloads
1
-75%
Maintainers
1
Weekly downloads
 
Created
Source

Default Template

glede-server

├── app.ts                      // 服务器启动入口
├── configs                     // 服务器配置
│   └── app-config.ts           // 服务器配置文件 支持ts和json格式, 可配置多个用于区分运行时环境
├── tsconfig.json               // ts编译配置
├── types                       // ts类型描述
│   └── global.d.ts             // 全局类型描述
├── controllers                 // 数据操作对象
├── protos                      // protobuf子模块, 用于生成proto对应的编解码工具
├── components                  // 服务通用组件
├── utils                       // 服务通用工具
├── crons                       // 定时事务
├── logs                        // 日志目录
│   ├── running.log             // 服务运行日志
│   └── routers.txt             // 注册路由信息树状图
└── routers                     // 接口目录
    ├── api                     // /api开头, 用于业务接口
    ├── common                  // /开头, 用于通用接口
    └── openapi                 // /openapi开头, 用于开放接口对接三方

FAQs

Package last updated on 01 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts