Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tomconte/facebookazure
- Owner: tomconte
- Created: 2011-06-13T21:31:13.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-09-23T11:23:15.000Z (about 9 years ago)
- Last Synced: 2024-10-26T09:47:56.171Z (25 days ago)
- Language: C#
- Homepage:
- Size: 6.14 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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