In order to go deep, share any relevant idea or posting solution to some questions, You have to sign in or create a new account if you don't have one. And get Donnekted(connected)
This site is for sharing topics, questions, answers, experiences or other contents related to different stuffs, especially technology. For existing users, They can make any topic(post) to discuss about in hope for ideas or any result from other people from different communities. In order to get involved, Get donnekted(connected) by Joining us here!
Maintain social distancing, to avoid Covid19
gadrawin • 1 week ago
- WebRTC APIs: is Web Real-Time Communications a technology that support a direct real-time communication between different browsers without involvement of third-party plugins. WebRTC makes it possible to access devices such as microphone and camera when you it comes to video chat applications.
WebRTC has many APIs but in video chat development, we need RTCPeerConnection, RTCSessionDescription and navigator.getUserMedia
- Nodejs: is a cross-platform Javascript runtime environment runs the V8 js engine the core of Google chrome outside the browser which is good for real-time communication. Nodejs makes a remote connection between two or more devices. Moreover, Nodejs uses "non-blocking" technique to handle all requests perfectly.
- Socket.io: Is a library (real-time communication engine) to build network applications and make a connection between 2 devices with WebSockets
- Express.js is a nodejs library to create a web server to work with static files for UI.
That's it, Happy coding! »