for realtime p2p chating and IOT information transmission.
MongoDB required.
sh ./build.sh
Go to build
folder.
./server
The cli tools are available at ./cli-tools
Configuration file is config.json
.
{
"host":"localhost",
"port": 8800,
"mongo":{
"host":"localhost",
"port":27017,
"database":"test"
}
}