What is GoFM?
GoFM is a cross-platform, real-time audio streaming server written in Go. It enables you to stream MP3 audio files from a specified directory over HTTP and synchronize playback across multiple clients.
We have fully opened the source code of GoFM under the most liberal MIT license. If you are interested, you can find the source code of the program at https://github.com/ssnat/GoFM .
Below are some online GoFM services:
In the next chapter, we will start with the simplest configuration and learn how to deploy a GoFM service.