Creating music streaming

Hey there,
I’m looking for any additional and tips for creating music streaming app , can you give some?
If i’ve put this in a wrong direction, sorry in advance.

Hi @justagthing,

Caddy could provide secure web access to your music streaming app.

If you’re programming in Go, there are some options you can consider - you might try integrating Caddy as a library directly into your app:

https://github.com/mholt/caddy/wiki/Embedding-Caddy-in-your-Go-program

Or possibly even write your app directly as a Caddy plugin, so that Caddy users can deploy your app with a Caddyfile directive:

https://github.com/mholt/caddy/wiki/Extending-Caddy

Are you a programmer? If you want to become one for that specific goal start with C++ and a free course on Udemy on creating streaming apps.
If you have no time for it check this site How to create a music app like Spotify?

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