oxo chat client
v0.1.1
後續可能還會進行擴展:局域網內數據同步功能,數據中繼遠程系統互聯機制,本地系統同時連接多個遠程中繼,消息內容格式擴展等。
使用教程
客戶端
路由器
服務端
安裝包
1.關於密碼學
2.系統描述
3.業務消息
4.數據存儲
I would like to point a subdomain to your ip, if you want to provide service for the public.
You could create a issue to submit your ip and other info of your server.
You could use servers other people provided to contact you friends.
Or you could setup your own server just for your friends.
install node environment, must be v10.11.0
$ node -v
v10.11.0
install dependencies, compile sqlite for electron
$ npm install
$ npm run sqlite3
$ cd dist
$ npm install
$ npm run sqlite3
test
$ npm run test
build
$ npm run build