Hi DrAzzy, i've written a very simple web service for the espruino & CC3000 and a little filesystem based db that uses the sd-card as its storage. So when my web service adds data to the db it writes a file and when it removes data from the db it needs to delete the corresponding file from the sd-card. Its simple and slow but it works great. Except for the delete.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi DrAzzy, i've written a very simple web service for the espruino & CC3000 and a little filesystem based db that uses the sd-card as its storage. So when my web service adds data to the db it writes a file and when it removes data from the db it needs to delete the corresponding file from the sd-card. Its simple and slow but it works great. Except for the delete.