All Projects → voximplant → Messenger

voximplant / Messenger

Simple web messenger app built using Web SDK, ReactJS/Flux

Labels

Web Messenger Application

This application shows VoxImplant IM/Presence capabilities in action. It's built using ReactJS/Flux and VoxImplant Web SDK. Gulp is used as building system. Application Roster subsystem is used for roster management - all application users will appear in the roster.

Installation

  • Create VoxImplant application and enable IM, presence and application roster in settings.
  • Create a couple of users and assign it to the application.
  • Clone the repository.
  • Once you have the repository cloned, building the app is really easy (assuming you already have nodejs installed):
    1. Install Gulp and modules including VoxImplant Web SDK:

       npm install
      
    2. Change src/app.js file by replacing appname and accname in <App name="appname.accname.voximplant.com" /> with your VoxImplant application and account name accordingly

    3. Build the application:

       gulp default
      
    4. Open index.html in your browser

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].