Coder Social home page Coder Social logo

keithduncan / corenetworking Goto Github PK

View Code? Open in Web Editor NEW
19.0 19.0 5.0 1.24 MB

Simple set up for building Objective-C network clients and servers, includes a simple HTTP server out of the box.

License: BSD 3-Clause "New" or "Revised" License

Objective-C 100.00%
client network-protocols networking objective-c server

corenetworking's People

Contributors

jonathandann avatar keithduncan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

gkjolin ddeville

corenetworking's Issues

AFSocketConnection packet queue unification

Original author: [email protected] (May 03, 2009 22:58:30)

from AFSocketConnection.m:

warning the _readBytes and _sendBytes methods are identical with exception to the selector names

called, the packet architecture could be further condensed into a packet queue class

It works fine for now but the code is essentially duplicated, surely it can be refactored into a
separate class.

Original issue: http://code.google.com/p/amber-framework/issues/detail?id=7

Add a reconnection available delegate method to AFNetworkLayer

Original author: [email protected] (June 30, 2009 19:05:36)

For outbound connections only -

Capture the connection information at the top level, and store it for future
use. Setup reachability in parallel to the connection, should the connection
fail, the interested party can use the reconnection proxy to recreate the
original connection on-demand when it notifies the user that the connection
may once again be possible.

Original issue: http://code.google.com/p/amber-framework/issues/detail?id=23

Implement state in the client side HTTP Connection

Original author: [email protected] (August 22, 2009 21:46:49)

The HTTP connection should maintain per-requets state, with respect to UPGRADE and redirect
responses; and re-issue the request.

In particular, the redirect will only be reissued if the location returned is within the same domain
that we have an established connection to - otherwise we'd call a delegate method informing the
client they need to connect to another server.

Original issue: http://code.google.com/p/amber-framework/issues/detail?id=29

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.