add audio test python
This commit is contained in:
parent
b78b5392c1
commit
ead59fc9f2
8 changed files with 809 additions and 42 deletions
|
|
@ -33,8 +33,9 @@ const wss = new WebSocket.Server({
|
|||
|
||||
wss.on("connection", function connection(ws, req) {
|
||||
ws.on("message", function incoming(message) {
|
||||
const parsed = JSON.parse(message)
|
||||
console.log(parsed)
|
||||
console.log(message)
|
||||
// const parsed = JSON.parse(message)
|
||||
// console.log(parsed)
|
||||
});
|
||||
|
||||
const ip = req.socket.remoteAddress;
|
||||
|
|
|
|||
Loading…
Reference in a new issue