Re: [Pharo-users] Websocket features

2018-02-09 Thread Stephane Ducasse
Yes synectique uses them heavily.

On Fri, Feb 9, 2018 at 7:47 AM, Sven Van Caekenberghe  wrote:
> Ben,
>
>> On 9 Feb 2018, at 04:17, Ben Coman  wrote:
>>
>> @Sven,
>>
>> I'm new to websockets and don't properly grok all the features in columns 
>> here...
>> https://en.wikipedia.org/wiki/Comparison_of_WebSocket_implementations
>>
>> but could you comment on which are provided by Zinc Websockets?
>>
>> cheers -ben
>
> I would say all of them. ZnWebSockets is a complete/compliant RFC 6455 
> implementation.
>
> https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfulBuild/artifact/book-result/WebSockets/WebSockets.html
>
> https://github.com/svenvc/docs/blob/master/zinc/zinc-websockets-paper.md 
> [older]
>
> http://websocket.stfx.eu/ [live demo]
>
> It has been used successfully by many people before.
>
> Sven
>
>
>



Re: [Pharo-users] Websocket features

2018-02-08 Thread Sven Van Caekenberghe
Ben,

> On 9 Feb 2018, at 04:17, Ben Coman  wrote:
> 
> @Sven,
> 
> I'm new to websockets and don't properly grok all the features in columns 
> here... 
> https://en.wikipedia.org/wiki/Comparison_of_WebSocket_implementations
> 
> but could you comment on which are provided by Zinc Websockets?
> 
> cheers -ben

I would say all of them. ZnWebSockets is a complete/compliant RFC 6455 
implementation.

https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfulBuild/artifact/book-result/WebSockets/WebSockets.html

https://github.com/svenvc/docs/blob/master/zinc/zinc-websockets-paper.md [older]

http://websocket.stfx.eu/ [live demo]

It has been used successfully by many people before.

Sven