Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 610 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 610 Bytes

Randomverse

Randomverse is a video chat application that connects users randomly, similar to Omegle. It leverages WebRTC and WebSockets to provide a seamless and secure communication experience.

Features

  • Random Matching: Users are matched randomly with other users who are online and available for a chat.
  • Video and Audio Chat: Users can engage in video and audio conversations with their matched partners.
  • WebRTC and WebSockets: The application utilizes WebRTC for real-time communication and WebSockets for efficient and bi-directional communication between clients and the server.