Click here to Skip to main content
15,898,371 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
now the problem is
i am making my own browser using xulrunner GECKOFX
how to do socket programming for browser so that it work more faster at peak hour
do you have any idea please guide me
Posted
Comments
[no name] 22-Jul-12 7:21am    
"how to do socket programming for browser so that it work more faster at peak hour"... exactly the same way you would for non-peak hours.
Sergey Alexandrovich Kryukov 22-Jul-12 14:48pm    
Good point :-)
--SA
woutercx 22-Jul-12 7:26am    
Why would you want to progam in sockets? Microsoft provided the "WebRequest, WebResponse or WebClient" objects. You could use those?

Read the following : http://socket.io/[^]
 
Share this answer
 
Here's a codeproject article to get you started

Simple Client-server Interactions using C#[^]
 
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