←back to thread

816 points tosh | 1 comments | | HN request time: 0.228s | source
Show context
mynameisash ◴[] No.41279579[source]
I don't recall where I saw it (either the Python or Rust implementation, most likely), but there was talk about trying to turn this into a browser plugin. I would love to be able to use my browser to send files to someone else (via their browser, if they so choose).
replies(2): >>41280310 #>>41295188 #
1. lotharrr ◴[] No.41280310[source]
I don't know of one yet, but I tried to choose protocols (websockets) that were friendly to being hosted in a browser, or a browser plugin. The exception is the bulk-transfer protocol, that's pure TCP, which can't be used by plan web content, although I think browser plugins might be allowed to. The upcoming Dilation protocol should be more flexible on this dimension.