This article demostrates very good example for beginenrs to study RSocket API and to make an http connection using TCP/IP with RSocket. Socket is used for end-to-end connection between two participants. Its follows client-server architecture. Sockets are useful in applications which uses bluetooth, infrared, internet or any type of connection.
The code presented in this article does an asynchronous function and the article shows the implementation for each method. The article first gives the overview and explains the task to be done and then represents the code snippest. The code is contained with comments. All the required methods are implemented.
The article can be very useful to beginenrs and intermediate developers to make an http connection using TCP/IP with RSocket.
--Deepikagohil 17:40, 19 September 2009 (UTC)