DLL Architecture in Go

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • go-plugin

    Golang plugin system over RPC.

  • Doesn't sound too crazy to me. Maybe worth checking out https://github.com/hashicorp/go-plugin -- they came up with something similar for dealing with extensions/plugins.

  • go_repl_plugin_example

    Example of using the Go v1.8 plugin system to implement a REPL

  • I use that plugin system in my naive prototype of a golang REPL. It compiles each command (line) you type into a plugin, live, then loads it into the current running process to execute it. https://github.com/dragonfax/go_repl_plugin_example

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • gitflow

    Git extensions to provide high-level repository operations for Vincent Driessen's branching model.

  • In our case, this tight coupling has never been a problem in practice. When we release a new version, the engineers on the third party side roll in our updated library interface with their next release, which may be months later. This does mean we may need to have more than one version of our software in production in various facilities around the world, but that issue is already solved by git flow.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts