
Security News
PolinRider: North Korea-Linked Supply Chain Campaign Expands Across Open Source Ecosystems
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.
c4webservice
Advanced tools
C4WebService是基于Express进行二次封装的WebService类,支持:




C4WebServive
说明:C4WebService类,提供Web Service功能
路径:./src/C4WebService.ts
成员变量:
成员方法:
/**
* 初始化
* @param config WebServiceConfig
*/
async init(config : WebServiceConfig)
/**
* 获取Express对象
*/
getApp()
/**
* 启动
*/
async launch()
/**
* 停止
*/
async stop()
/**
* 重启
*/
async reset()
/**
* 添加Controllers
* @param controllers controller对象或加载路径
*/
async addControllers(controllers : Array<any>) : Promise<any>;
async addControllers(controllerPaths : string[]) : Promise<any>;
async addControllers(arg: Array<any | string>)
FAQs
C4Framework Web Service
The npm package c4webservice receives a total of 0 weekly downloads. As such, c4webservice popularity was classified as not popular.
We found that c4webservice demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.