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