mslosarz / nextrtc-example-ratpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nextrtc-example-ratpack

Example of use NextRTC in standalone mode with ratpack server

Clone project and then

  • enter to directory with project

run

mvn clean install && java -jar target/videochat-ratpack-jar-with-dependencies.jar

Sometimes websocket (js side) is throwing exception then try to change localhost to 127.0.0.1

About

License:MIT License


Languages

Language:JavaScript 98.5%Language:Java 1.3%Language:HTML 0.2%