I personal a freight brokerage that focuses on automation by making our personal automation software program. The “OS” of a freight brokerage is a Transportation Administration System, these share most of the similar objects as a CRM and customarily are bundled with one. I made our first TMS on high of Salesforce with APEX as a result of I needed to spin one thing up on the fly.
As I put together for the event of the second model of this TMS+CRM that we are going to be internet hosting on-prem, I’ve sampled many languages and open-source software program. I’m very impressed by the pace and effectivity of nearly every part that’s written in Go, but I haven’t discovered one CRM or any notable CRUD apps which are utilizing it on the backend.
Having by no means programmed in Go earlier than, I’ve to ask, is it possible to think about creating our TMS+CRM in Go along with one thing so simple as HTMX & “Vanilla” JS on the entrance finish?
Hello, It’s completely possible to write down that app in Go. You can begin checking the be taught chapter in Get Began – The Go Programming Language and particularly Net Dev hyperlink (https://gowebexamples.com/)
I feel that is the sort of use case the place Go would actually shine. I’ve shipped many CRUD apps with Go on the back-end myself. I haven’t used HTMX however Go+HTMX is usually properly regarded:
What different choices are you contemplating? If I have been you I’d create a proof of idea to check the waters with a number of totally different applied sciences.