-
Notifications
You must be signed in to change notification settings - Fork 749
Closed
Description
hello
i have a .js for sio client websocket.
i try to convert to client c++.
.js
function send(event, data) {
console.log("** [send] "+ event);
var auth = {
app_user_id : "test1",
auth_token : "testtest",
app_id : "test"
}
var packet = {
auth: auth,
data: data
}
socket.emit(event, packet)
}
how to make these data type and emit in cpp.
plz help me plz plz plz
one more question.
where can i find websocket client example code in cpp
Metadata
Metadata
Assignees
Labels
No labels