Forward is a new e-commerce platform, recently re-built on NodeJS: http://getfwd.com
It was originally developed as a PHP platform in 2012, and throughout 2013 has been re-developed as a high performance e-commerce API server written in NodeJS, with API client libraries for every major language including PHP, NodeJS, Ruby, Python. Here are a couple of sites using the earlier PHP version today: http://jellyfishart.com http://shop.dodocase.com http://expressweddingfavors.com http://fuelmulenutrition.com It uses MongoDB with a new storage engine that enables document-level locking and complete ACID transaction support. Yes, we're doing complete ACID transactions with MongoDB. It's awesome fast. Average API call response time (including connection latency/round trip) is under 10ms. API is completely REST-like, supporting both persistent TCP connections and HTTP. On Thursday, May 10, 2012 11:55:51 AM UTC-7, guzelgoz wrote: > > Hi all, > > I've been searching and searching but couldn't find any project/open > source node e-commerce platform. As I am running some e-commerce websites > using the PhP prestashop solution, I was really hoping to find some sort of > e-commerce project but Nada! > > Ideally, I would like to use Expressjs and MongoDB. Do you know any > e-commerce project that I could participate? > > If not, I would like to invite anybody to start a project. I think it > would have great interest and at least I would participate to it - as a > novice node programmer ;) but a serious user that may help on what is > needed. > > Looking forward to your feedbacks! > Thanks, > Hakan > -- -- 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.
