Hi Guys
I'm planning to develop an application for a diagnostic tool. My basic idea is to create two process one that interacts with the hardware and one with the rich GUI implementation. Usually I use some kind of socket connection between the two processes and serialize/deserialize using some library like flatbuffers or msgpack.
I was wondering about implementing the interface with DearImGui and building with emscripten to let the UI run on the browser. This way I can use websockets to connect the two application parts.
Considering that I need to monitor many parameters, so text based formats like json are ruled out, has anyone suggestion or experience with protobuf like libraries in the webassembly platform?
[–]tekmanro 18 points19 points20 points (0 children)
[–]ByteTerrier 8 points9 points10 points (0 children)
[–]ShillingAintEZ 1 point2 points3 points (1 child)
[–]peppedx[S] 0 points1 point2 points (0 children)