Skip to content
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

Using channels? #4

Open
parmegv opened this issue May 30, 2011 · 1 comment
Open

Using channels? #4

parmegv opened this issue May 30, 2011 · 1 comment

Comments

@parmegv
Copy link

parmegv commented May 30, 2011

Would it be possible just to create a channel between the server and the client, and the other client as well? Then code would be much cleaner and security would be enhanced, since everything would rely just in the security of the channel.

I do not know if it is able to modify security properties of channels in order to establish some authentication methods and cipherings in the very communications.

Look at this netchan example: https://github.com/qrush/go/blob/master/experiments/netchan/test/main.go

@mattn
Copy link
Member

mattn commented Oct 12, 2011

To use channel, while parsing xml, we must know what the next tag is, and we must receive data from channel with comming interface.
Probably, it's diffcaul.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants