0.0.4 • Published 1 year ago

drawstarts-notify-serve v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
1 year 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

1 year ago