Skip to content

Commit

Permalink
fixed images in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Jan 29, 2013
1 parent 7831fd4 commit 04ca2f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Original file line Diff line number Diff line change
@@ -1,13 +1,13 @@


![WAZSTAGRAM](https://github.com/JustinBeckwith/wazstagram/blob/master/waz-logo.png "WAZSTAGRAM") ![WAZSTAGRAM](https://raw.github.com/JustinBeckwith/wazstagram/master/waz-logo.png "WAZSTAGRAM")
*** ***


[Wazstagram](http://wazstagram.cloudapp.net/) is a fun experiment with node.js on [Windows Azure](http://www.windowsazure.com/en-us/develop/nodejs/) and the [Instagram Realtime API](http://instagram.com/developer/realtime/). The project uses various services in Windows Azure to create a scalable window into Instagram traffic across multiple cities. [Wazstagram](http://wazstagram.cloudapp.net/) is a fun experiment with node.js on [Windows Azure](http://www.windowsazure.com/en-us/develop/nodejs/) and the [Instagram Realtime API](http://instagram.com/developer/realtime/). The project uses various services in Windows Azure to create a scalable window into Instagram traffic across multiple cities.


### How does it work ### How does it work
The application is written in node.js, using cloud services in Windows Azure. A scalable set of backend nodes receive messages from the Instagram Realtime API. Those messages are sent to the front end nodes using [Windows Azure Service Bus](http://msdn.microsoft.com/en-us/library/hh690929.aspx). The front end nodes are running node.js with [express](http://expressjs.com/) and [socket.io](http://socket.io/). The application is written in node.js, using cloud services in Windows Azure. A scalable set of backend nodes receive messages from the Instagram Realtime API. Those messages are sent to the front end nodes using [Windows Azure Service Bus](http://msdn.microsoft.com/en-us/library/hh690929.aspx). The front end nodes are running node.js with [express](http://expressjs.com/) and [socket.io](http://socket.io/).


![WAZSTAGRAM Architecture](https://github.com/JustinBeckwith/wazstagram/blob/master/architecture.png "WAZSTAGRAM Architecture") ![WAZSTAGRAM Architecture](https://raw.github.com/JustinBeckwith/wazstagram/master/architecture.png "WAZSTAGRAM Architecture")




### Websites, Virtual Machines, and Cloud Services - OH MY!!!1 ### Websites, Virtual Machines, and Cloud Services - OH MY!!!1
Expand Down

0 comments on commit 04ca2f1

Please sign in to comment.