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

Implement support for stateless-server protocols in comm.js #16

Open
marc-portier opened this issue Feb 23, 2014 · 3 comments
Open

Implement support for stateless-server protocols in comm.js #16

marc-portier opened this issue Feb 23, 2014 · 3 comments
Milestone

Comments

@marc-portier
Copy link
Collaborator

Expanding on the idea of request-response protocols it would be great to allow building actual service providers that can answer to multiple independent clients.

@karel1980
Copy link
Owner

This is about chat-room type stuff, right?

@karel1980 karel1980 added this to the 1.1 milestone Feb 23, 2014
@karel1980
Copy link
Owner

(i.e. what's the relation to #15?)

@marc-portier
Copy link
Collaborator Author

Euh yeah could be done similarly - when creating this I was more thinking about other use cases.

I.e. More thinking down the lines of "I've written a custom block to generate e.g. a random letter" and I have an easy way to offer that "service" on the scratchnet. It is a bit like request-response type protocols, but without a "connect" phase over on the service-provider end: he just answers to the one making the request.

We'll have to think about identifying the request and sending the message back to the correct client without prior 'connect' relation between them.

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

No branches or pull requests

2 participants