-
Notifications
You must be signed in to change notification settings - Fork 15
Serving Piceditor
darrinm edited this page Dec 21, 2012
·
1 revision
The piceditor server component
There are two ways to serve piceditor:
- Static content only
- Server with API support
Static content only is useful because:
- It is simple
- It is easy to deploy
You will need much of the content in the website directory (although many of the images may not be needed)
The alternative is to ship piceditor with a server that supports api calls.
You might need API calls for:
- Photo storage (history, etc)
- User accounts (log in and register within flash)
- Payment
- Tracking
- Etc.
Piceditor has a couple of different sections with stubbed out API call mechanisms. You can begin to implement this by filling out the API call details and adding support to your server.