🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

im-api-frame

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

im-api-frame

接口服务框架

1.0.11
latest
Source
npm
Version published
Maintainers
1
Created
Source

接口服务框架

npm install im-api-frame --save

const frame = require("im-api-frame"); frame.app({ config:{//config将会出现在global.config "mysql":{ "host" : "XXXXXXXX", "port" : "XXXX", "user" : "XXX", "password" : "XXX", "database" : "XXX", "charset" : "utf8mb4" } }, port:9700, staticPath:__dirname+"/static", apiPath:__dirname+"/src/api", errorMessage:__dirname+"/model/ErrorMessage", });

FAQs

Package last updated on 05 Sep 2018

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