Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
@baoshishu/weapp.socket.io
Advanced tools
A WebSocket client for building WeChat Mini Program implement by <a href="https://socket.io/"
A WebSocket client for building WeChat Mini Program implement by socket.io
Full feature socket.io style implemented, based-on socket.io@2.x
version, such as:
Official Framework , Wepy Framework
If you use a third-party framework such as wepy, you should install via npm
$ npm install weapp.socket.io
Or if you use the native way to write code,I recommend using git clone
$ git clone https://github.com/10cella/weapp.socket.io
# development mode
$ npm run build-dev
# production mode
$ npm run build
$ cp path/weapp.socket.io/dist/weapp.socket.io.js path/your_weapp_dir
code style is same to socket.io-client
const io = require('./yout_path/weapp.socket.io.js')
const socket = io('https://socket-io-chat.now.sh')
socket.on('connect', () => {
console.log('connection created.')
});
socket.on('new message', d => {
const {
username,
message
} = d;
console.log('received: ', username, message)
});
socket.emit('add user', "Jack");
如果你的项目正在使用 weapp.socket.io 欢迎留下你的项目信息(名称,Logo,官网等)
可以在 这个 Issue 提交您的项目信息
FAQs
A WebSocket client for building WeChat Mini Program implement by <a href="https://socket.io/"
We found that @baoshishu/weapp.socket.io demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.