Replying to Avatar Alice in the git stash

動きました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 }])) } })()

Avatar
Alice in the git stash 2y ago

SPAMビュワ

Reply to this note

Please Login to reply.

Discussion

No replies yet.