0
Create my own live Streaming from Zero
Hi everybody, I have an idea about to make my own live streaming and view It in my webapp. What do i need to Code It?
1 Resposta
0
First, choose a language. I don't think you need all those you tagged.
Then, think the logic through. You need a general understanding of how the code will work before writing it.
Split the logic in small functionalities. They will be your functions, objects, and so on.
Implement small functionalities one at a time.
Ideally, write tests.