Skip to content
forked from bling/Ping.Pong

A fast and lean Twitter client written Silverlight, For Developers, By Developers

Notifications You must be signed in to change notification settings

kaigan05/Ping.Pong

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Ping.Pong is the result of a series of blog posts centered around building a push app written in Silverlight. It focuses predominantly on the streaming API to demonstrate out to use Rx to process a large number of messages.

Features

A very minimal set of the standard set of Twitter options have been implemented. By default it will pull the home and mention timelines. You can also update your status. That's it for now...no DM, no RT. It's still very early.

However...

Streaming

This is an awesome feature that removes all rate limits. Tweets are streamed to the client as they happen in real-time.

Search

The top right of the application contains a text box for searching. The syntax is this:

buildwin|bldwin silverlight

That will create two additional columns, one which will contain any tweet container buildwin or bldwin, and the other which filters for silverlight.

Blog Series

The full set of blog post series about Ping.Pong starts here

Binaries

A link to a binary XAP file of the latest version can be found here

License

All source code is released under the Ms-PL license.

About

A fast and lean Twitter client written Silverlight, For Developers, By Developers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%