Awesome! Building these tools is a lot of fun.

Feel free to jump in #nodejitsu on irc.freenode.net anytime. I'm sure we've
hit a lot of the same issues you are going to hit, would be glad to help if
we can.

One small piece of advice...a lot of your packages are using * for the npm
dependency version. You should try to not do this. With *, eventually the
package will break if any of the deps change APIs. I always forget what to
use in the dep field so I made http://package.json.nodejitsu.com/ as a
reference.

Cheers!

On Mon, Aug 27, 2012 at 6:46 PM, Tim Dickinson <[email protected]>wrote:

> I would like to say hello to the node community!
>
> I have been working on the Raft module for a few weeks now. It
> is functional but it is still in the early stages.
> The concept is very slimier to nodester or haibu. It allows you to host
> many apps on a single server or even multiple servers. There is a cli to
> deploy your app, check logs, start, stop, restart and get the status of the
> app.
>
>  At this point there is still lots to do and many bugs to fix. I am more
> then happy to get any contribution to the code!
>
> Links
> https://github.com/FLYBYME/Raft
> https://github.com/FLYBYME/Raft-worker
> https://github.com/FLYBYME/Raft-node
> https://github.com/FLYBYME/Raft-cli
> https://github.com/FLYBYME/Raft-proxy
>
> Things I have imperilment
>
>    - Node
>       - App API start, stop, deploy, create and logs
>       - User API register and login
>    - Worker
>       - App API start, stop, restart, deploy, create and logs
>       - NPM dependence management
>       - App build fail notice
>    - Cli
>       - Start, stop, restart, deploy, create and logs
>       - User register, login
>    - Proxy
>       - The old code works but the new code still needs to be written
>
>
> Things I want to imperilment
>
>    - Windows support
>    - Worker status
>    - Node status
>    - Chroot jail for each app
>    - Worker choke status
>    - Better authorization for users
>    - Coupon request for new users
>    - Password reset
>    - Heroku dyno style multi apps
>    - Admin panel
>    - Main site
>    - And many more!
>
>
> Let me know know people think. If you think its crap or is its really
> cool, let me know! I'm looking for advice on the best way to approach the
> idea.
>
> Thanks again
> Tim
>
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines:
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to