>
> I see... well, the WebSocket's primitives aren't that many, I suppose
> you're code is mostly focused on text of binary messages, so it's one
> method and one event.  Some #ifdef would do?
>
> Naa it's not that easy ;)


> I know the feeling of "not willing to touch something that it's
> working", but if you want to help... :-)
>
>
>
> >> Also: do you use some plublic web service? Which one? I may add another
> >> example and using something more real than a echo server would be nice.
> >>
> > Except for the echo public server, not really.
>
> hum... ok, so you use calaos as both server and client in this scope?
> Is this expected to go over the internet or just local networking...
> IOW: why did you pick WebSocket?
>
We use websocket because we have multiple type of client connecting to the
server:
- web app using angularjs and websocket
- mobile app, qt with websocket
- desktop UI
websocket also allows us to easily pass all kind of proxy/firewall as well
as putting a ssl layer on top of it.


>
> --
> Gustavo Sverzut Barbieri
> --------------------------------------
> Mobile: +55 (16) 99354-9890
>
> ------------------------------------------------------------
> ------------------
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to