Hello there! 

I have released the new version of the siteboot node web development 
framework to the public domain on github and on npm. New version 0.2.0-beta 
is OUT. Many great improvements - I can't even start listing all the extra 
features since the last version because they are just toooooo many...

Just type "npm install siteboot" in an empty folder and you siteboot will 
setup a working example site for you! (then edit config-local-sample.js and 
supply login and host for an empty database and save the file as 
config-local.js)

Intro video:  http://www.youtube.com/watch?v=U2XS8EgLxZo

SiteBoot is great! Here is why: 
- Easily build web interfaces using node js 
- Widgets can be created as separate modules that accept post data on the 
page and you can have several widgets on the same page and things like 
that. 
- There is support for a predefined directory structure that all modules 
and extensions are using - ie if john writes a widget component and 
provides it as a siteboot plugin then you will be able to just install that 
plugin and start using his widgets on your site. 
- Excellent code structure: all objects, views, models and behaviours are 
separate. 
- Siteboot comes with object relational mapper (sequelize) that maps 
database objects to javascript - so you never have to write any sql code 
and neither do you ever have to create any tables yourself. You just 
provide an empty database and siteboot automatically creates all the 
objects inside that database according to the object definitions that you 
have provided in your project. 
- You can write plugins for siteboot using the plugin architechture. 
- You can directly make use of the bootstrap layout features since 
bootstrap 3 ALSO comes siteboot (like fluid layouts for responsive websites 
that work just as well on mobile platforms as they do on desktop). 

So node + bootstrap + sql objects and a standalone web server - all in one 
- for writing apps and guis using node! 

Tell me this is not great? ;-)

Github page: https://github.com/mkschreder/siteboot.js

-- 
-- 
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

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to