Signalling server
To establish direct connection between two users with weaponized technology, we need at signalling server. So what is the signaling server signaling? The server does not do anything that is weapon specific signal. Your server hopes to exchange necessary information which are required to establish a direct connection between users first. And not only that, we can use whatever we like from web sockets to examine HTTP request. So what we are seeing right here before that web RTC peer connection will be established. We need to exchange some data and that will be data related with our internet connection details and into information about the Codex, which we are using information about our browser, how we can communicate with us. So signaling server, we are able to choose if we would like to use the web socket, for example, which we will be using in our application. And just before that web RTC connection would be established, we need to exchange some data. So if will exchange the data. Later on will be able to make that connection. Working in the next steps will see which steps we need to do it and what data we need to exchange to establish that connection.
