2017-06-12 11:56:36 +02:00

2.3 KiB

openvidu-tutorials

openvidu-insecure-js

This is the simplest demo you can try to get started with OpenVidu. It has the minimum set of features to make a video-call.

openvidu-insecure-angular

Angular version of openvidu-insecure-js. Try it if you plan to use Angular framework for your frontend.

openvidu-js-java

A secure OpenVidu sample app with a Java backend and a SPA frontend. It makes use of openvidu-java-client to get the necessary params from OpenVidu Server.

openvidu-js-node

A secure OpenVidu sample app with a Node backend and a SPA frontend. It makes use of the openvidu-node-client to get the necessary params from OpenVidu Server.

openvidu-mvc-java

A secure OpenVidu sample app with a Java backend and a traditional MVC frontend. With regard to the use of OpenVidu, it is identical to openvidu-js-java. This tutorial is intended for developers who feel more comfortable with MVC web architectures for their frontends. Thymeleaf is the template engine of choice for this tutorial.

openvidu-mvc-node

A secure OpenVidu sample app with a Node backend and a traditional MVC frontend. With regard to the use of OpenVidu, it is identical to openvidu-js-node. This tutorial is intended for developers who feel more comfortable with MVC web architectures for their frontends. Embedded JavaScript is the template engine of choice for this tutorial.