Non-ICS Links

From Overbyte
Jump to navigation Jump to search

Main page -> External Links

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.