Replies: 2 comments 1 reply
-
Storyden can be deployed as a static binary (zero external dependencies) or via a Docker image so if you’re not planning to make source changes it shouldn’t matter the language it’s written in (and if you are seeking a deployment I am happy to support your usage via email/whatsapp/discord) Since your recent question about GCP I am working on documentation for a GCP deployment and list GCP as an officially supported platform. Replacing the backend would be pretty much a complete rewrite as the majority of the functionality is held in the backend itself, the front end is just a simple Next.js application. You could do it in theory and use the OpenAPI spec to stub endpoints in JS but you’d still be reimplementing the entire (or a subset) Go codebase which would be quite a time cost. I’m interested to hear more about your use case and what about the current architecture is making you hesitant to deploy. |
Beta Was this translation helpful? Give feedback.
-
I am looking to offer as part of saas. So, we have to have multi-tenancy and user management. |
Beta Was this translation helpful? Give feedback.
-
I do nodejs and java and GCP stuff. Hence, we don't want to enter into golang stack.
I want to replace golang stack with nextjs backend.
Ideas on how to do?
Beta Was this translation helpful? Give feedback.
All reactions