WebSync Demos

ExtJS Stock Ticker

This demo uses WebSync and the ExtJS Grid component to build a simple stock ticker.

For more information on building high-quality stock tickers using WebSync, including some tips on how to set up your channels and distribute data efficiently, read our blog post on the subject.

View the demo

 

Collaborative Mapping

Use WebSync with other 3rd party components to create incredible mashups.

Drag and drop the map, add waypoints, zoom in and out, change the map style, and watch as your changes are instantly synced up with other users.

View the demo

 

Silverlight Stock Ticker

Building on the ExtJS stock ticker is an implementation of the same idea, this time using Silverlight.

Notice that the Silverlight code is written in 100% managed C#; no JavaScript required!

View the demo

 

jQuery Color Sync

This is a rather trivial example that shows how you can let users interact with each other in real time by visually displaying each users color selection.

In addition, this example shows WebSync running nicly alongside jQuery, one of the more popular JavaScript toolkits available.

View the demo

 

ExtJS Chat Demo

The "hello word" of comet solutions is arguable either the stock ticker or the live chat.

This example goes beyond the basics by keeping a list of current participants and by demonstrating instant notifications when users abruptly leave the chat by closing their web browser.

Special thanks to Bruno Tavares for building this.

View the demo

 

Photo Phun

Let users interact not only with elements on your page, but also with each other.

As you move elements around on screen, other users will see those elements move as well.

View the demo

 

Simple Chat Demo

This demo is a basic example of a chat demo. Nothing fancy, just allows sending of messages back and forth, and pre-loads the last 20 messages from a server-side store.

If you want to see a more advanced chat demo, check out our ExtJS chat demo.

View the demo