Interprocess communication in Lua with Example?
问题 I have been struggling a lot to get this to work. Can someone provide an example with any LUA api of 2 scripts that pass a message back and forth. I have tried Oil, lua-ipc and zeromq. But I face several missing libraries issues. The ultimate goal is to pass a vector of numbers from one Lua process to another Lua process (with a different version of Lua) without going through disk. Here is a similar example in python of IPC in a single file. Something similar in lua would be extremely helpful