Hacker News new | ask | show | jobs
by 0x457 477 days ago
When I see software written in Go, I know that it has a very sad plugin support story.
1 comments

Terraform providers seem to work pretty well, but as far as I know, they're basically separate executables and the main process communicates with them using sockets.
Yes, works very well for terraform. You probably can see why it's not going to work for a webserver?