Green Cherry is born...
For anyone who doesn't know me, I LOVE NODEJS. Now that that is out the way, Green Cherry was born today while making something for a friend. It's basically a library for building web apps.
I may have a small fascination with reinventing the wheel because there are a ton of libraries out there just for this purpose (Mainly ExpressJS. Even with that facy, it's always fun to write your own libraries. I plan to continually expand on this library as its currently at version 0.1.1. Anyone can use it at their own risk. It will be constantly changing until atleast the 0.6.0 release.
Green Cherry Repo
Current Public Modules's in Green Cherry
- BasicRouter - For routing requests
- BasicServer - Setting up a quick server
- FlatDatabase - A local database for small sites (JSON format)
Installing Green Cherry
npm install greencherry
Tangent
I plan on jumping back into InstaLib and revamping it and adding more features such as Multi-User access and converting it into a NodeJS module.