Okay so I got two computers connected in a P2P fashion but I can only send binary messages
Is there a good binary communications format that lets me send and receive simple text messages along with files (binary blobs) that's not HTTP?
Sorry I'm a frontend dev I only know about HTTP and It feels wrong to re-implement HTTP
#asknostr
Websockets
Please Login to reply.
I thought about that but its built on top of HTTP. so I would need HTTP :(
gRPC/protobuf
most widely supported binary protocol and encoder