RPiAPI is a lightweight WSGI API built on top of the RPi GPIO library. It provides endpoints so you can interact with your Raspberry PI over the internet. With an API you can design your very own apps without having to worrying too much about the backend.
I have added a serial endpoint in order to communicate with Arduino on the serial port. read more about it on GitHub