Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have been developed a web application on a server. My question is that Is it possible to connect two client by using websocket to communicate each other instead connecting to server. They should listen the other reciprocally. I mean, for instance after the page loaded two user's browser, the pages should be in communication.

Thanks
Posted
Updated 19-Sep-12 3:35am
v2

1 solution

As WebSocket PubSub(Publish Subscribe) model, any node can be publisher and other can be subscriber based on the message processing. Yes, it is possible. For WebSocket .NET implementation, you can refer at DotNet WebSocket Programming[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900