I’m interested in writing a server process in julia that will periodically publish protocol buffer messages over a web socket. I’ve done a little naive experimenting, and haven’t gotten very far (did manage to get an error saying that the websocket implementation I was using didn’t support binary data). There seem to be at least 3 different packages that provide websockets: WebSockets.jl, SimpleSockets.jl and HTTP.jl. My inclination is to use HTTP.jl - is this misguided? For that matter, is my attempt to send protobuf content over a websocket misguided?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Websocket client in Julia (how to) | 9 | 3509 | June 23, 2018 | |
Sending a message to webpage on event | 5 | 3325 | March 28, 2019 | |
HTTP.jl websockets - iterator? | 0 | 259 | July 18, 2020 | |
RPC API in Julia? | 4 | 2441 | July 18, 2021 | |
GRPC, ProtoBuf, and HTTP | 5 | 3905 | June 25, 2021 |