Click here to Skip to main content
15,885,899 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how do i create a video chat asp.net site?
Posted

1 solution

You will need to find or write a rich client front end, probably in Flash or Silverlight, and then write the back end to match the protocol it expects. It will probably use web services or full streaming TCP, not a HTTP based website. The website will almost certainly just be a shell that hosts the interactive component in such a case.

This is a hard problem, and requires a high spec server connection (streaming communication is expensive) and probably custom server-side software. The sort of person who posts a one sentence question on CodeProject is not equipped to go about creating this type of site.
 
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