Take control over your live stream video by running it yourself. Streaming + chat out of the box.
 
 
 
 
 
 

7 lines
124 B

package controllers
// POST is the HTTP POST method.
const POST = "POST"
// GET is the HTTP GET method.
const GET = "GET"