0.0.4 • Published 2 years ago

drawstarts-notify-serve v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

消息通知系统-服务端

使用

const notifyServer = require('drawstarts-notify-serve'); const port =''; const verifyToken =()=>{}; const addLog =()=>{}; const addNotify =()=>{};

notifyServer.init({ config: { port: '' }, verifyToken, addLog, addNotify });;

0.0.4

2 years ago