In the previous post, I introduced how to use Elixir to write a rate limit tool. After that, I was planning to integrate it with theDIEM-API. In this way, my API System doesn’t need to depend on Redis. However, DIEM-API is written in Golang, and I have not decided to re-write it in Elixir in the short term. Besides, I wrote asearch apifor my blog using Rust recently. Therefore, I need a cross-platform solution to address communication issues between Golang, Elixir and Rust.Why not use other toolsCurrently, there have been some ways to communicate between different processes (e.g. Pipe, S
...
继续阅读
(45)