Developer Notes

go

WebSocket Server in Go

We will create a simple WebSocket server with a tiny WebSocket library for Go gobwas/ws. Learn how to handle concurrent client connections

webnetwork

localhost vs 127.0.0.1

Every web developer is familiar with 'localhost'. It's what you see when you run 'npm run dev' or similar commands to start a local HTTP server

gosqlitemusl

Build Static Go App with Musl

Discover how to build a static Go App with Musl for better portability and easier distribution

gosqlitesqlx

First App with Go

We will begin our first app using the Go language, which we will name example

dpl

Hello, World!

On this day, the first commit has been pushed and the project has officially started.