基于 Node.JS 的电子商务平台
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/16889411/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Node.JS based ECommerce platform
提问by rahul
I know that this question was asked before. But I see the responses are quite dated (at least in comparison to the pace we move).
我知道这个问题之前有人问过。但我看到这些回应已经过时了(至少与我们的步伐相比)。
So I am asking same question again.
所以我再次问同样的问题。
We are about to start a ground up project to build a multi-tenant platform which will support basic e-commerce (will extend later) and basic CMS for feeding the catalogues. As this is targeted to a huge focus market and expected hit on certain event would go up to 20K (concurrent), we are moving away from platform like magento and thinking about building our own.
我们即将开始一个全新的项目,以构建一个多租户平台,该平台将支持基本电子商务(稍后会扩展)和用于提供目录的基本 CMS。由于这是针对一个巨大的焦点市场,并且某些事件的预期命中率将达到 20K(并发),因此我们正在远离像 magento 这样的平台并考虑构建我们自己的平台。
As per today's date the only "silver bullet" is node.js (pun intended) - so we plan to use node in backend, html5/KO in front end and still debating between mongoDB and MySQL. In that context, would love to know is there any node.js/html5 based open source eCommerce platform (along with semi sophisticated cms) available today. Even beta or alpha will do so that it gives us a start.
根据今天的日期,唯一的“银弹”是 node.js(双关语)——所以我们计划在后端使用 node,在前端使用 html5/KO,并且仍在 mongoDB 和 MySQL 之间进行辩论。在这种情况下,很想知道当今是否有任何基于 node.js/html5 的开源电子商务平台(以及半复杂的 cms)可用。即使是 beta 或 alpha 也会这样做,这让我们有一个开始。
采纳答案by Andrei Karpushonak
Reactionis a eCommerce platform developed with Meteor, which uses Node.JS for the backend. It's under heavy development by Ongo Works right now.
Reaction是一个使用 Meteor 开发的电子商务平台,它使用 Node.JS 作为后端。Ongo Works 目前正在大力开发它。
You can play with the demo project here:
您可以在此处使用演示项目:
Also, see Getting started with Reaction Commercetutorial video
另外,请参阅React Commerce教程视频入门
回答by adnan
- Reaction: https://github.com/ongoworks/reaction
- Getfwd: https://github.com/getfwd/fwd-node-client(development stopped)
- Traider: https://github.com/EastpointSoftware/traider.io/(development stopped)
- Nodeshop: https://github.com/topley/nodeshop(development stopped)
- Marketcloud http://www.marketcloud.it/(backend as a service, has a nodejs SDK)
- 反应:https: //github.com/ongoworks/reaction
- Getfwd:https: //github.com/getfwd/fwd-node-client(开发停止)
- Traider:https: //github.com/EastpointSoftware/traider.io/(开发停止)
- Nodeshop:https: //github.com/topley/nodeshop(开发停止)
- Marketcloud http://www.marketcloud.it/(后端即服务,有一个 nodejs SDK)
However, there isn't a clear winner yet and they're all not stable for a production site.
但是,目前还没有明确的赢家,而且对于生产站点而言,它们都不稳定。
回答by elev8ed
A good starting point is Calipso as far as I am aware this is the only serious attempt at a traditional CMS platform on node. Although the site is not maintained much and contribution activity is low I believe it is being worked on. Link to website and git below. It uses mongodb for the database.
据我所知,Calipso 是一个很好的起点,这是在节点上对传统 CMS 平台的唯一认真尝试。虽然该网站维护不多,贡献活动也很少,但我相信它正在开发中。链接到网站和下面的 git。它使用 mongodb 作为数据库。
回答by Alex Albino
You can use any front-end you want with the zrecore-js. It just provides a RESTful endpoint to generic "commerce" data models. See the docs at github.com/zrecore/zrecore-jsfor more info.
您可以在 zrecore-js 中使用任何您想要的前端。它只是为通用“商务”数据模型提供了一个 RESTful 端点。有关更多信息,请参阅github.com/zrecore/zrecore-js 上的文档。
回答by nwgat
check out NodeShop http://nodeshop.org/http://shop.nodeshop.org/i haven't tried it yet but it looks realy interesting
查看 NodeShop http://nodeshop.org/ http://shop.nodeshop.org/我还没有尝试过,但它看起来很有趣
回答by Oneezy
EDIT (I'm re-writing my answer to be more thorough)
There is a website called http://getfwd.com/built by Eric Ingram. His current shopping cart system is built with PHP, however,,, He's in the process of creating a fully fledged shopping cart with NodeJSand MongoDB
编辑(我正在重写我的答案以使其更加彻底)
有一个由 Eric Ingram 构建的名为http://getfwd.com/的网站。他目前的购物车系统是用 PHP 构建的,但是,他正在使用NodeJS和MongoDB创建一个完全成熟的购物车
This is still in production and is said to be finished in November...But you can see the details here: (ctrl+F "Eric Ingram" to bring you straight to his post)
http://groups.google.com/forum/#!topic/nodejs/h7Cs-41qVKU
这仍在制作中,据说在 11 月完成......但你可以在这里看到详细信息:(ctrl+F“Eric Ingram”直接带你进入他的帖子)
http://groups.google.com/论坛/#!topic/nodejs/h7Cs-41qVKU
And that led me to this post on his website (Node/Mongo - Shopping Cart)
http://getfwd.com/alpha/forums/entry/927/forward-php-to-node-js-qa
这让我在他的网站(Node/Mongo - 购物车)上看到这篇文章
http://getfwd.com/alpha/forums/entry/927/forward-php-to-node-js-qa

