Today I downloaded Freeswitch
that (based on what I read) allows me to have a messaging (audio and video calls) server in my computer. I am not very good in programming. When analysing the files contained in its .zip file, I noticed that almost all the files were written in C++.
However based on my knowledge, C files need to be compiled before they can be used (maybe I am wrong). If so, Why C files??
I ask this question because I was building some kind of web messaging app. I implemented text chat, send image, audio, attachment. I did it using simply HTML, JAVASCRIPT, PHP, SQL and a little XML. When it comes to audio call and Video call, I cannot start (because I found it more complex). So I tried to find an easy alternative that took me to freeswitch
.
I do not know if it is up to me to compile them or not.
Note: I did not install it. Thank you!!