-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
just want to know protocol you use #3
Comments
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 :) |
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?
The text was updated successfully, but these errors were encountered: