Weapp.socket.io
A WebSocket client for building WeChat Mini Program implement by socket.io
Install / Use
/learn @weapp-socketio/Weapp.socket.ioREADME
Feature
Full feature socket.io style implemented, based-on socket.io@3.x version, such as:
- send message queue
- auto reconnect
- ping, pong
- room, namespaces
Platform Support
- 微信
- 支付宝
Demos
Official Framework , Wepy Framework
Install
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/weapp-socketio/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
Usage
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");
API
Contributors
Code Contributors
This project exists thanks to all the people who contribute. [Contribute]. <a href="https://github.com/weapp-socketio/weapp.socket.io/graphs/contributors"><img src="https://opencollective.com/weappsocketio/contributors.svg?width=890&button=false" /></a>
Financial Contributors
Become a financial contributor and help us sustain our community. [Contribute]
Related Skills
node-connect
344.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
99.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
344.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
344.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
