AccelSee works as a standalone application that can serve requests from any web based application that embeds our viewer, mobile based applications (coming soon), or your existing applications via web service (REST) requests.
After a request was sent by other application, AccelSee server will try to process that request, by initiating a workflow that consists of several steps to display the content to users.
First step is fetch the given resource (content) location from its repository. Accelsee is smart enough to choose file retrieval protocol (http/ftp/dav/web service, etc) to retrieve the content.
After the content retrieved, the workflow will goes to the next step, which is convert content original format (supported formats) to AccelSee intermediary format. AccelSee uses intelligent conversion engine that allows several conversion engines to chained together to deliver content in desired format, although no direct conversion was available.
For the last step, AccelSee will notify the requester applications the content is ready to be served to the user.
