1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
<tt>
<div dir="ltr"><div><div><div><div>hello,<br><br></div>I would like to thanks the response to all of you. I will try keep all these in my mind.<br><br></div>@Bas, thanks for your note about <a href="https://github.com/bwegh/erwa" target="_blank">erwa</a>, I will take a look.<br><br></div>thanks again,<br></div>/Robi<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-06-24 12:28 GMT+02:00 Bas Wegh <span dir="ltr"><<a href="mailto:[email protected]" target="_blank">[email protected]</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
<br>
<br>
<div bgcolor="#FFFFFF" text="#000000"><br>
hello Robi,<br><br>
<br><br>
you might be interested in erwa:<br><br>
<a href="https://github.com/bwegh/erwa" target="_blank">https://github.com/bwegh/erwa</a><br><br>
<br><br>
Cheers,<br><br>
Bas<span class=""><br><br>
<br><br>
<div>On 06/24/2015 11:18 AM, Robert Balogh<br>
wrote:<br><br>
</div><br>
</span><blockquote type="cite"><div><div class="h5"><br>
<div dir="ltr"><br>
<div><br>
<div><br>
<div><br>
<div>hello,<br><br>
<br><br>
</div><br>
According to you grate support I got from you at<br>
yesterday, I could continue my project, where I use Cowboy<br>
webserver and using Websocket. Now I made an own web page<br>
with basic features I need, so the server and client can<br>
communicates to eachother. I like it. <br><br>
<br><br>
Now I would like to step forward, and I would like to<br>
implement a Request-Response mechanism. I read few<br>
articles in to this topic, and all of them has mentioned<br>
this "feature" is not part of the Websocket standard. They<br>
were suggested to use some sub-protocols for this, but I<br>
did not see any written in Erlang.<br><br>
<br><br>
</div><br>
So, I would like to ask you, do I understand right that<br>
Cowboy does not have this feature too? If so, do you have<br>
some idea how can I implement a basic request-response<br>
mechanism? Probably one of you guys in this forum have some<br>
idea.<br><br>
<br><br>
</div><br>
<div>Btw, the links I read about this topic:<br><br>
<a href="http://stackoverflow.com/questions/10882370/websocket-request-response-subprotocol" target="_blank">http://stackoverflow.com/questions/10882370/websocket-request-response-subprotocol</a><br><br>
<a href="http://alabor.me/articles/request-response-oriented-websockets/" target="_blank">http://alabor.me/articles/request-response-oriented-websockets/</a><br><br>
<a href="https://www.npmjs.com/package/primus-responder" target="_blank">https://www.npmjs.com/package/primus-responder</a><br><br>
</div><br>
<div><br><br>
</div><br>
thanks for your help,<br><br>
</div><br>
/Robi<br><br>
</div><br>
<br><br>
<fieldset></fieldset><br>
<br><br>
</div></div><span class=""><pre>_______________________________________________<br>
Extend mailing list<br>
<a href="mailto:[email protected]" target="_blank">[email protected]</a><br>
<a href="https://lists.ninenines.eu/listinfo/extend" target="_blank">https://lists.ninenines.eu/listinfo/extend</a><br>
</pre><br>
</span></blockquote><br>
<br><br>
</div><br>
<br>
</blockquote></div><br></div><br>
</tt>
|