Skip to content
Archive of posts tagged nodejs

Writing a PaaS in 1 week – retrospective

Well the week was last week, and while it was not as successful as I would have liked, it was a very productive week. Dogfooding http://en.wikipedia.org/wiki/Eating_your_own_dog_food.  The week was very valuable to me in that I discovered several bugs in the node-perfectapi package.  I also discovered some new features that would be helpful, so that [...]

Writing a PaaS (using Node.js) in 1 week – Wednesday

This is a continuation of previous posts: Writing a PaaS (using Node.js) in 1 week – Monday Writing a PaaS (using Node.js) in 1 week – Tuesday Well Wednesday is done.  The reverse proxy is written, code at https://github.com/perfectapi/node-paas-machine-proxy. As a reminder, the purpose of the reverse proxy was to provide a single IP + host [...]

Writing a PaaS (using Node.js) in 1 week – Tuesday

This is a continuation of the post Writing a PaaS (using Node.js) in 1 week – Monday. Well I’m going to call Tuesday done. The Service Registry is written and installed on my server. Source code is at https://github.com/perfectapi/node-paas-registry.  As with all perfectapi APIs, there is an automatic test app page.  I’ve exposed this one to [...]

Demo Page

I uploaded a new demo page for the PerfectAPI toolset today.  You can find it at http://amigen.perfectapi.com/ or from the link on the main website. The demo is of my “amigen” API, which provides a way to generate Amazon AWS images (virtual machines that run in Amazon’s cloud). The demo page showcases the following PerfectAPI [...]

Introducing… amigen node.js package

This project is still very much a work-in-progress, but it is far enough along that I have published it. What it does is provide a framework for creating predictable, pre-installed machine images on Amazon EC2 (the Amazon cloud). My motivation for doing this is to assist those people that don’t necessarily want to get into [...]