Would like to use GO for scripting. Possible?

I’d like to use GO because of it’s speed and existing database drivers.

Is it possible to have a website with a database driven backend where all the database handling
is done in GO? Maybe using the new modules capability in Caddy V2?

Any examples out there?

Thanks!

Joe

Yes, you could do it even with v1 :smile:

The terms you need to look for are: API server, API middleware, models.

If you are not familiar with MVC, I suggest you start learning that development pattern.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.