Writing your WAMP Server and client in .net using WampSharp


WAMP server basically allows you to use RPC and web socket to talk to your client. Yeap, you can use standard HTTP like GET/POST as long as you defined those on the server.

All rite just to keep things sweet and simple, let see how a simple server code looks like :-





Client code looks like this :-




Run both code on a separate C# console app, and you will get something like below :-



Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm