https://github.com/maxmcd/romulus
static files + db + lambda
https://github.com/maxmcd/romulus
Last synced: about 1 month ago
JSON representation
static files + db + lambda
- Host: GitHub
- URL: https://github.com/maxmcd/romulus
- Owner: maxmcd
- License: mit
- Created: 2015-01-13T22:32:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-09T23:10:11.000Z (about 10 years ago)
- Last Synced: 2025-03-17T20:12:01.271Z (about 1 month ago)
- Language: HTML
- Homepage: http://romulus.xmcd.co
- Size: 746 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Romulus
Romulus is a "framework" that builds apps comprised of a database and client code. There is no "backend code". All functionalty is handled through client javascript, a javscript database library, and Amazon Lambda functions.
To demonstrate it's utility as an application framework, Romulus is hosted on itself.
Core functionality currently provided by:
- **Static Hosting**: S3
- **Database**: Parse (yes, not a datebase, yet)
- **Backend "action"**: Amazon Lambda####Todo:
1. Get amazon lambda function creation working from the frontend
2. Replace Parse with a real database