Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomconte/facebookazure

A sample Facebook application for Windows Azure
https://github.com/tomconte/facebookazure

Last synced: 12 days ago
JSON representation

A sample Facebook application for Windows Azure

Awesome Lists containing this project

README

        

# A sample Facebook application for Windows Azure

This sample implements a basic architecture for a scalable Facebook application:

- Work is split between Web and Worker roles
- Each role can be scaled out independantly
- Work items are handled asynchronously using Queues
- Table Storage & Blob Storage are used for data storage
- JSON Blobs are used to cache ready-to-use data