FishChatServer
FishChatServer copied to clipboard
just want to know protocol you use
hi, I just want to know what protocol you use to provide notification do you use xmpp, mqtt or http with long polling or even websocket?
until now, it just support TCP, also I have plan to support websocket; and the protocol is completely private, transfer in JSON
ok, thank you.
I have read your code, and pretty impressive project, so many thanks. What I want to know is, have you considered to support other protocols such as MQTT?
@yupengfei MQTT is possible to add, that I have a plan to separate the protocol module, you known that the new protocol only affect client and msg_server, no change between inner servers.
also I suggest you to fork a new branch. Thank you!
How about security ? I know another IM solution build by GO named vuvuzela , which is famous of it‘s security feature. (https://github.com/davidlazar/vuvuzela)
@node hmm, it is a special project, actually we use tls encryption can save our info, but we may want to protected our info in the server which belong to the commercial company. That is interesting, try to research it :)