+ 1
what's the best software for making music streaming apps
3 Antworten
+ 1
Thanks i don't know any languages yet tho
+ 1
Pick the language you're most comfortable with.
my suggestion would be
nodejs with websocket - for the streaming server. very good for handling lots of IO requests.
react native - for mobile clients (both ios, android)
electron - for desktop client.
If you choose this stack, you only need to be good with javascript, and that's very easy.
- 2
HTML