socketio.objc icon indicating copy to clipboard operation
socketio.objc copied to clipboard

Is this ready to use?

Open tinpont opened this issue 10 years ago • 7 comments

seems not completed yet.

tinpont avatar Jun 06 '14 08:06 tinpont

As you can see, it's still work in progress. PR's are totally welcomed. :)

hden avatar Jun 06 '14 09:06 hden

I'm looking forward to this library will be ready to use! It looks very nice! When do you plan to release it?

hellpf avatar Jun 11 '14 07:06 hellpf

@tinpont @hellpf As a matter of fact, I have released a working version right here!

The main difference are:

  • https://github.com/hden/SocketIO.JSCore use JavaScriptCore to bridge to the official client.
  • https://github.com/hden/socketio.objc use pure obj-c implementation and is currently under development.

hden avatar Jun 11 '14 07:06 hden

Thank you very much for such a quick reply! I'll try for now the JSCore version.

hellpf avatar Jun 11 '14 07:06 hellpf

Thanks for sharing.

tinpont avatar Jun 11 '14 07:06 tinpont

Hi @hden, could you give us an update ? What are your plans about this client ?

jmny avatar Sep 04 '14 13:09 jmny

@jmny Currently we are missing several key feature e.g. utf-8 support, binary payload

TL;DR it's not production ready.

hden avatar Sep 08 '14 03:09 hden