Difference between revisions of "Non-ICS Links"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== Documentation of Socket types == | == Documentation of Socket types == | ||
{| | {| | ||
+ | | [[ RFC_List | RFC List ]] || RFC List relating to sockets (RFC = Request For Comment) | ||
+ | |- | ||
| [http://lucumr.pocoo.org/2012/9/24/websockets-101/ Websockets 101] || Armin Ronacher's Websockets 101 (2012Sept) | | [http://lucumr.pocoo.org/2012/9/24/websockets-101/ Websockets 101] || Armin Ronacher's Websockets 101 (2012Sept) | ||
|} | |} |
Revision as of 07:08, 8 January 2016
Documentation of Socket types
RFC List | RFC List relating to sockets (RFC = Request For Comment) |
Websockets 101 | Armin Ronacher's Websockets 101 (2012Sept) |
Other Delphi Socket component alternatives
Obviously our paradigm (non-blocking, component suite, mostly single threaded, postcardware) can't fit all needs, so here are alternatives:
Indy home page | Comes with Delphi, if you need blocking multi-threaded code instead of non-blocking optional threading. |
Synapse | Not component suite = no install, just add to uses clause. Blocking or limited non-blocking. |
Clever Internet Suite | Commercial - suggested as alternative to Indy / ICS. |