wibu-pkg
v1.0.67
Published
wibu pkg
Downloads
120
Maintainers
Readme
WIBU PKG
- WibuRealtime
One Time Init
WibuRealtime.init({
onData: (data: any) => {
console.log(data);
},
project: "test",
WIBU_REALTIME_TOKEN: NEXT_PUBLIC_WIBU_REALTIME_TOKEN
});SendData
WibuRealtime.setData({
name: "wibu",
age: 10
});