cote icon indicating copy to clipboard operation
cote copied to clipboard

Document how sockend works in more detail

Open dashersw opened this issue 8 years ago • 3 comments

The readme features basic documentation for Sockends, and doesn't give a complete example for how and why it works. Therefore we need more detailed documentation in the readme. Certain things like simple security mechanisms via respondsTo and broadcasts configurations should also be taken into account.

dashersw avatar May 26 '17 09:05 dashersw

You also have requests: ['randomRequest'] Is it used to allow communication with Sockends too?

Dalisra avatar Jun 05 '17 18:06 Dalisra

@Dalisra not requests, but respondsTo, is used for Sockend communication. It defines what a Sockend can pipe to the frontend.

dashersw avatar Jun 05 '17 19:06 dashersw

I can do this. I am starting to build API now using sockend, so I will start taking notes on what is missing while I do it

matejthetree avatar Sep 24 '18 08:09 matejthetree