Ed Zynda

Coder | Hacker | Superhero

Single Executable Web Apps With Go Binary Assets

Posted on · Tagged in

Go is becoming increasingly popular with building web applications. It’s fast, lightweight and easy to learn. Another great feature is to compile your applications into a single redistributable binary. A lot of web applications depend on external assets, however. For the application to work you still need to package your css, JavaScript and image files along with the executable. Let’s see if we can fix this.

Read more »
Subscribe to my newsletter and get a free copy of my book, Aspect Oriented Programming in PHP.