Tuesday, February 27, 2007

Server Component

We will use PHP on the server. We have not decided on the framework yet, but it will most likely be CakePHP and ImageMagick will be used for image rendering.

Every request to the server will require user email, Google token, and the action. The server will store the email and action into a MySQL database and pass everything onto Google. The resulting data will be processed to resize/convert images and pass back to the reader.

If the token has expired, the server will notify the reader to request a new token from Google.

No comments: