We are working on developing a web framework for online ecommerce using node. I have written a core project called LiveSite.
LiveSite's idea is that everything on the web page will be editable inline using an inline editor that pops up when the user clicks on the text. This way you can edit headings, widgets on the side, even footer and of course the page content directly by clicking on it and tying your text. There will be no text areas - you can do it all inline. Current version of LiveSite on github supports plugins and themes. There is also an ecommerce plugin for LiveSite called StoreJS. This plugin adds components for building a web store. It supports shopping cart, product categories, product variations and checkout using three different payment providers. You can read more about LiveSite on http://nodeportal.org. I'm writing the framework with extendability in mind. So a lot of functionality is very easy to add by writing a plugin. A plugin can then implement widgets that you can retreive and reference inside your theme to render the various components on page. Currently there is very little docs for LiveSite because I have been busy working on other projects as well. But the documentation is coming and further updates will be published either on nodeportal.org on on the github project page. You can find the github project here: https://github.com/fantachip/livesite.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.
