
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
midwayjs-cool-socket
Advanced tools
cool-admin(midway版)一个很酷的后台权限管理系统,开源免费,模块化、插件化、极速开发CRUD,方便快速构建迭代后台管理系统, 到 论坛 进一步了解

https://github.com/cool-team-official/cool-admin-vue


src/config/config.local.ts数据库为mysql(>=5.7版本),首次启动会自动初始化并导入数据
config.orm = {
type: 'mysql',
host: '127.0.0.1',
port: 3306,
username: 'root',
password: '',
database: 'cool-admin',
synchronize: true,
logging: true,
}
$ npm i
$ npm run dev
$ open http://localhost:8001/
注: 如果你的网络不佳可以尝试使用cnpm,或者切换您的镜像源
$ npm start
$ npm stop
npm run lint 来做代码风格检查。npm test 来执行单元测试。FAQs
基于socket.io的即使通讯
The npm package midwayjs-cool-socket receives a total of 20 weekly downloads. As such, midwayjs-cool-socket popularity was classified as not popular.
We found that midwayjs-cool-socket 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
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.