Hi, so I’m currently working on this ( github.com/shift-development/ledit ) and we currently use web sockets to transfer data between the two applications. I was wondering if there was any faster way of getting this data across, or is web sockets the fastest way?
j
stuff ;)
well it depends you could take look into google protobuffs. you could use a cheap compression like gzip on the stream to reduce the amount of data transfered hence speed it up.
but I would have to read and analyze your stack to give any qualified answer :)