動きましたw

(() => { const socket = new WebSocket("wss://relay.damus.io"); socket.onmessage = message => { console.log(JSON.parse(message.data)[2]?.content) }; socket.onopen = () => { socket.send(JSON.stringify(["REQ","koteitan", { kinds: [1], limit: 3 }])) } })()

Reply to this note

Please Login to reply.

Discussion

SPAMビュワ