Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 906 Bytes

File metadata and controls

13 lines (10 loc) · 906 Bytes

WONDER Vertx Messaging Server

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:

  1. Install vert.x.
  2. Add vertx bin folder to your classpath environment variable
  3. Create VERTX_MODS environment variable in your system, that should point to the directory where you have all vertx modules. see here;
  4. Copy the folder com.ptinconversationmanager1.0.0-SNAPSHOT to VERTX_MODS directory created in the previous step.
  5. Copy the server.java file to your computer in a folder of your choice.
  6. Then execute vertx run server.java.