getting by without a server

A

Adam Akhtar

ive made a simple budgeting script that takes receipts (with the
generous help of this community) and one thing i want to add to it is
the ability to be able to record receipts as they are made i.e. straight
after paying for a starbucks say. I thought about using my mobile phone
to email my app the details. I dont have a webserver or anything online
24\7 so i thought about just emailing a gmail account ill set up for
this purpose and then just scrape my mails and parse the data into my
app.

Are there any other options out there that ive missed? Something better
for gmail than this?
 
C

Chris Lowis

J

James Gray

ive made a simple budgeting script that takes receipts (with the
generous help of this community) and one thing i want to add to it is
the ability to be able to record receipts as they are made i.e.
straight
after paying for a starbucks say. I thought about using my mobile
phone
to email my app the details. I dont have a webserver or anything
online
24\7 so i thought about just emailing a gmail account ill set up for
this purpose and then just scrape my mails and parse the data into my
app.

Are there any other options out there that ive missed? Something
better
for gmail than this?

As Ara told me recently, email is one of the most reliable and robust
message queues ever made. Servers will try to deliver a message for
five days and, as you pointed out, you're receiving computer doesn't
even need to be online the whole time. It's available everywhere and
you have human interfaces (any MUA) to the queue for debugging.

There's no reason to be ashamed of a choice like that.

James Edward Gray II
 
A

Adam Akhtar

Thank you James and Chris for your responses. Im going ahead with using
gmail as my makeshift server.

Thank you for the advice and links (they will come in handy!)
adam
 
B

Brian Candler

If you want to go large scale with this application, you could look at a
proper queuing system like Amazon SQS. But I agree, for sending a few
transactions per day, E-mail is a perfectly adequate store-and-forward
service.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,785
Messages
2,569,624
Members
45,319
Latest member
LorenFlann

Latest Threads

Top