Open Source Node.js Hosting Platform
Nodester is a free and open source Node.JS hosting platform and service for managing multi-tenant hosted NodeJS apps. It consists of an RESTful API that allows developers to create and manage NodeJS apps online as well as a command line interface to simply steps instead of using cURL. NodeJS apps names are assigned as subdomains that proxy to ports with an assigned addresses. Git is used to push updates to Nodester and instances (dynos) are launched using post-receive hooks so that they run until you stop them.
Give our platform a spin at http://nodester.com
Watch our video on how-to build and deploy a Node.JS application to Nodester in only 39 seconds! http://youtu.be/jwsP1Ejv-_w
curl -X POST -d "[email protected]" http://nodester.com/coupon
npm install nodester-cli -g
Please read the wiki for setup instructions
Subdomains can be tested locally by editing /etc/hosts like this: 127.0.0.1 localhost a.localhost b.localhost c.localhost save etc/hosts and flush DNS like this: sudo dscacheutil -flushcache
We are always looking for areas to improve Nodester! Here are a few of the big ideas on our list
Feel free to suggest improvements at https://github.com/nodester/nodester/issues
If this project inspires you, please feel free to help out by forking this project and sending us pull requests! \m/ http://github.com/nodester
No open issues yet, or sync has not completed.