Live is an open source Swift and Javascript based source code example from Leo showing how to create a live broadcasting app.
Live shows how to set up an Nginx with RTMP and WebSocket to communicate between the server and client with both the server-side, and client side code included. Live features live streaming, and the ability to send “gifts” and likes in real-time.
These images from the readme show Live in action:
You can find Live on Github here.
A great example for those looking to create a live broadcasting app.