The Vertx Conversation Manager module enables vert.x to be used as Messaging Server of WONDER WebRTC Framework.
Just follow these steps to have it running:
- Install vert.x.
- Add vertx bin folder to your classpath environment variable
- Create VERTX_MODS environment variable in your system, that should point to the directory where you have all vertx modules. see here;
- Copy the folder com.ptin
conversationmanager1.0.0-SNAPSHOT to VERTX_MODS directory created in the previous step. - Copy the server.java file to your computer in a folder of your choice.
- Then execute
vertx run server.java
.