Radiocasts is an android application to bring the podcasts of few selected Russian talk radiostations to the smartphones in order non-technically advanced people could listen the recorded programs when they have a time. A special attention has been paid to the use the program while driving.
In the very first implementation every smartphone had to load and parse podcasts by itself but because of it toke unacceptable amount of time we decided to create a proxy service in order to gather the list of programs and provide the uniformed JSON formatted feeds.
The proxy service has been developed with the nodejs and uses SQLite database.