Popis: |
A variety of online systems such as e-commerce sites Shopify, mailing list like Google News Alerts are designed to interface to the world by sending an email. In this project, I worked on Email-to-REST (E2R) model. The basic idea of Email-to-REST (E2R) is to form a programming model and associated implementation of its components for processing and generating online orders through an email from clients. Thereby, it can be called a Client and Server model. Client-Server model is a distributed application structure that partitions task or workloads between the providers of a resource or service called server and service requesters called clients. A Client does not share any of its resources, but requests a Server’s content or service function. (As cited in abstract.) |