The project consists of a basic video conference and text chat system (like skype o jitsi, but restricted to 2 clients), developed in a basic client-server architecture.
- Based on the video tag of the HTML5 standard.
- Based on https.
- Real-time data exchange with WebRTC (video).
- Use of Sockets (TCP, connection-oriented).
- Using the Quarkus development framework.
demo.mov
To use it in local mode, just launch the server, running:
./mvn clean install quarkus:dev
And then launch two instances of https://localhost:443 from Google Chrome or Firefox