Another golang CMS

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-plug

    You could do your plug-ins using https://github.com/hashicorp/go-plug in by hashicorp instead. That way you don't have to worry about weird compilation issues. That's what they do with their products, see Vault etc.

  • go-plugin

    Golang plugin system over RPC.

  • 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.

  • go-plugin-benchmark

    Benchmark comparing the go plugin package to other plugin implementations

    I imagine most of the plugins for Beubo will execute when a http request is made to the application. Some plugins can get multiple calls and even if one call doesn't add much of a downside to performance, it can still add up if you have 100s. For plugins where performance does not matter as much I will make a RPC plugin which adds RPC support to Beubo.

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