Home

This is my blog, my projects and all my experiments.

Ubuntu on my MacBook Pro

Today I installed Ubuntu in dual boot on my MacBookPro. The installation went pretty well but GRUB configuration was a bit complex, but it works perfectly for my great pleasure ^^.

Embryo.js – The most simple JavaScript inheritance library

Embryo.js is a JavaScript library that I created in order to develop in JavaScript with classes. The world of object-oriented programming is offered to us in order to make beautiful applications 😉 Here’s what you can do with Embryo in a very simple way:

Github : https://github.com/oOthkOo/embryo.js

Supervizer

Supervizer is an applications manager in NodeJS. I create because there is not as comprehensive ^^ NodeJS module. I already use it in production on some of my projects 😉

Github : https://github.com/oOthkOo/supervizer

supervizer-list

Picture 1 of 2

Features

  • Start/Stop/Restart a node process
  • Group any node process
  • Start/Stop/Restart a node group process
  • Hot change node process host, port, logs in live 😉
  • Keep alive/Restart a node process when it crash
  • Monitoring resources (restart count, uptime, memory, cpu etc..) for every process
  • Watch directories/files management to restart process
  • Full RESTfull API management via HTTP
  • LOG files process management
  • PID files process management
  • User execution process management by uid:gid
  • Load/Save all node process configuration from/to json file