Golang with Strapi

how much is feasible to use golang with strapi?

This topic has been created from a Discord post (1238853322090479736) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

As of the current date, Go is not directly compatible with Strapi, primarily because Strapi is built in Node.js, and Go is an entirely different language with its own specifications and libraries. They both live in different runtimes and are used for different purposes.

However, you could hypothetically build a Strapi-based content management system and a separate Go backend, and have them communicate via APIs. In such a setup, Strapi would handle content management, while the Go backend might handle other server-side functions.

I imagine this isn’t what you had in mind, though.

so the best compatible language is Python??

JavaScript would be the most compatible language