|
|
|
|
|
by shaftoe
3992 days ago
|
|
How well does Cache interoperate with other languages? Is it wrapped up in a library and consumed from another language that handles web requests/responses? Can you extend the Cache libraries by writing code in another language (even C) and importing it through a FFI? |
|
At the moment we're solving the problem by calling out to a set of Golang microservices from Cache over http.
Cache itself actually has web support baked in, either via early-00's PHP style "echo directly down the pipe" or a newer MVC style framework they've built, but sadly stopped developing. Our product team made the choice to transition to their MVC style framework, another team built on ASP.Net so there are options.