Chinese Yellow Pages | Classifieds | Knowledge | Tax | IME

maven vs make

maven basic On debian 8: apt-get install mvn  # this will install maven 3.0 mvn archetype:generate –DgroupId=com.mycompany.app –DartifactId=my–app –DarchetypeArtifactId=maven–archetype–quickstart –DinteractiveMode=false it basically  mkdir -p src/main/java/  ( put your java file here), create…

WebRTC janus gateway use cases

If you are  interested in the webrtc, this project is quite interesting great demo at: https://janus.conf.meetecho.com/demos.html the source code is at: https://github.com/meetecho/janus-gateway I did contribute two commits a year ago https://github.com/meetecho/janus-gateway/commits?author=mingewang…