Hi! I'm building a simple (really) bank simulator for my class, I need to communicate my existing web2py app (just a CRUD) with a C application, what´s the best way to do that??
I mean, I need to have the same CRUD functionality in both sides, web (with web2py) and client (Ansi C, Unix/Linux/Mac), I'm using the default SQLITE integrated with web2py.