Tagged: Unhosted

1

My List of Static, Unhosted FOSS Web Apps

I have a set of static web apps that I like. They have no backend or server-side components. Some of them have a piece of storage; for example, they can store the data back to the user’s CouchDB, browser’s localStorage, URL, or remoteStorage. They all run in the browser. They are also called Unhosted apps....

3

JSONFeed River with CouchDB as Backend

I use Pushover to get custom notifications on my phone. I do get all kinds of notifications. I get notifications from my server about their status, Notifications from scrapers like the state of HOPCOMS scraping, Notifications from my weather sensor and AQI etc. Well some of them could have been emails or dashboard1...

CouchDB settings in NoteSelf. 6

NoteSelf – TiddlyWiki with CouchDB backend

I have been using TiddyWiki for a long time now. It’s a simple HTML application that you can open in a browser and start adding your notes. Once you save, the HTML will contain both code and data. You can send that HTML page to your friends by email to share the notes...

Futuon UI 3

CouchDB is my personal BaaS

My various small term and long-term projects need database. As of now I have used various kinds of RDBMS like Postgres, SQLite, NoSQLs like Mongo and Redis. All these four are great and have made me really productive. All four databases are open source and they cover all my requirements as of now....