https://github.com/markconroy/fmrl
FMRL (pronounced ephemeral is an attempt to build a social network that does not use a database).
https://github.com/markconroy/fmrl
Last synced: 3 months ago
JSON representation
FMRL (pronounced ephemeral is an attempt to build a social network that does not use a database).
- Host: GitHub
- URL: https://github.com/markconroy/fmrl
- Owner: markconroy
- Created: 2016-06-05T20:10:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-06T17:33:40.000Z (almost 9 years ago)
- Last Synced: 2025-02-16T00:25:54.586Z (3 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fmrl
FMRL (pronounced ephemeral is an attempt to build a social network that does not use a database).## Aim
To build a (basic) social networking website that does not use a database.# Objectives
- Create a form that posts a status to a file and adds an entry to it
- List the entries in that form on the website
- Update the page when new statuses are added (automatically, or by a "new statuses available" cta)
- Purge the statuses file every X minutes/hours/days (this is the 'ephemeral' part of the FMRL name)