csutorasa / xmpp

XMPP server for node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XMPP JavaScript project Build Status

Developer guide

Prerequisites:

Clone the repository and install the required dependencies. Build the application and run it.

git clone https://github.com/csutorasa/xmpp.git
cd xmpp
npm install
npm start

If you want to modify the source code incremental builds can be used. This will produce clean output and restarts the server each time a build has finished successfully.

Use the following command:

npm run watch

Continous integration

Travis CI is used to check the state of the builds. You can check it here.

About

XMPP server for node.js


Languages

Language:TypeScript 96.4%Language:JavaScript 2.4%Language:Shell 1.0%Language:Dockerfile 0.1%