misc: update README

Change-Id: I9a71b4482d8a990bf4197273a0ace6e8c04c388c
2 files changed
tree: cdbfe811a1a877d60e83f5c2688916e84088b787
  1. client/
  2. model/
  3. routes/
  4. test/
  5. .gitignore
  6. app.js
  7. JamiDaemon.js
  8. jamiServerConfig.json
  9. package-lock.json
  10. package.json
  11. README.md
README.md

Jami-web

Jami-web is a web server that starts a Dameon on NodeJS express server and serve a React web client.

The first milestone is to allow user with LDAP credentials to connect to the account using JAMS service and start chatting with their contacts using instant messaging.

Next step will be to implement a video protocol such as WebRTC to allow audio and video calls from the users browser to another Jami contact allowing cross-platform communications.

Main dependencies

  • Swig 4.1.0

How to start the server

After building the Jami daemon you can use the following command to start the node js server using the LD_LIBRARY_PATH

Where $PATH_TO_JAMI_PROJECT is the path to the shared library of your Jami daemon

LD_LIBRARY_PATH=$PATH_TO_JAMI_PROJECT/ring-project/install/daemon/lib node

To build the dring.node Javascript interface to talk to the daemon api go to the daemon repo and use ./configure --with-nodejs then execute make -j4 to build the daemon