I may start a new project in Elixir soon but there is one big question. Many of the things that I need to do are not available in Elixir, but they’re not the core of the application, but things that are important to have. I could solve this issue by writing a NIF and invoking the missing features. Rustler is one option but I have way more experience in Go, so, do you know something like rustler, but in Go for Elixir?
Out of curiosity only, are you able to share what kind of things you mean?
Deep integration with the 3 main cloud providers. AWS, Azure, and GCP. The idea is to put all the logic in Elixir/Phoenix and then implement the rest in Go and consume from a NIF.