Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Websockets Transport #1

Closed
abillingsley opened this issue Dec 6, 2011 · 0 comments
Closed

Websockets Transport #1

abillingsley opened this issue Dec 6, 2011 · 0 comments

Comments

@abillingsley
Copy link
Collaborator

Websockets Transport is available in JS Client https://github.com/SignalR/SignalR/blob/ca606a7c74bbb5f52eab92ef2606fa2983c80e1e/SignalR.Samples/Scripts/jquery.signalR.js.

Plan to use CocoaAsyncSocket (GCDAsyncSocket) for Socket Communication on iOS https://github.com/robbiehanson/CocoaAsyncSocket

abillingsley pushed a commit that referenced this issue Mar 7, 2012
### TODO:
* Add support for JSONKit and possibly TouchJSON
* Try to remove the remove the duplicate proxyForJSON and JSON functions in Negotiation, ClientInvocation, ServerInvocation, RegistrationData, and HubResult
* Check performance of ensureFoundationObject call, is there a better way?
* Add compiler directive for using NSJSONSerialization similar to AFNetworking
* Define a fallback order of JSON Serialization
* Consider providing a method of overriding NSObject+SRJSON to allow for additional JSON parsers to be supported without baking them in
abillingsley pushed a commit that referenced this issue Mar 7, 2012
### Completed TODOS:
* Adds Support for JSONKit
* removes duplicate JSON function models
* decided against a compiler directive for simplicity
* maintains fallback order established in AFNetworking
* Added files to Mac Sample
abillingsley pushed a commit that referenced this issue Mar 7, 2012
Completed ToDos
* Remove -fno-objc-arc flag
@abillingsley abillingsley reopened this Mar 7, 2012
abillingsley pushed a commit that referenced this issue Mar 15, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant