Web Development
cosurfer.txt
Associated article: Collaborative Web Surfing
Tags: Web Development .NET
Published source code accompanying the article by Gigi Sayfan in which he presents Cosurfer, a peer-to-peer GUI application that lets two users chat and surf the web together. Also see COSURFER.ZIP.
Collaborative Web Surfing by Gigi Sayfan Example 1: ... ConnectionManager connectionManager = new ConnectionManager(); CosurfEngine engine = new CosurfEngine(connectionManager); connectionManager.AttachSink(engine); ... Example 2: <?xml version="1.0"?> <Document> <Frame Url="http://www.w3schools.com/tags/planets....


