TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Is anyone interested in Node.js based alternative to Magento?

15 点作者 vishalchandra将近 11 年前
Magento is based on PHP which makes it need more infrastructure to serve more users. People also use Wordpress, Joomla for setting up ecommerce sites. Are there developers or customers who might be interested in having access to open source Node.js ecommerce solution along the lines of Magento, but also updated in terms of functionality for today's world where buyers lurk on apps like Facebook, Twitter, Pinterest and Instagram.

13 条评论

canterburry将近 11 年前
I think you are asking the wrong crowd and possibly the wrong quesion.<p>The prime consumers of any eCommerce platform are business users, those who work with inventory, sales, returns etc. If they prefer one package to another, they aren&#x27;t even going to consider what language it was written in. They plain don&#x27;t care and they will tell the coder guy which one they want.
评论 #8146990 未加载
评论 #8138469 未加载
评论 #8138419 未加载
xorax将近 11 年前
Yes I am too. But I think nodejs still misses some things to be a great language, at most the synchronous way. Some people try to make it by implementing the same syntax as in C# (async&#x2F;await) or by finding others ways (like coffee script try with defer). But finaly we still have with so much spaghetti... And for example, just try to think about how many levels of callback you will need to have to write only the Config model of Magento : it&#x27;s insame. So, at this time, I don&#x27;t think that the language is good enought without a transcompilator like coffeescript (even I don&#x27;t like the idea) or a strong runtime lib (which one?). And from that will depends the success.
booop将近 11 年前
Over here, you will find people interested in a node.js alternative to anything.
评论 #8138422 未加载
mhoad将近 11 年前
I&#x27;d love to see something like this but as already mentioned, building out a serious e-commerce platform from scratch is a lot of work.
wallenje1将近 11 年前
Of course, this would be extremely revolutionary. Is there one in the works. On a technical level, are yo a single developer because the code needed isnt a joke. The most underdeveloped php ecommerce frameworks are opencart and prestashop, and even they are pretty well polished.
评论 #8146948 未加载
nasmorn将近 11 年前
Magento has it&#x27;s problems but resource usage under scale probably isn&#x27;t on most peoples mind. Usually your ecommerce traffic is worth many magnitudes more than the computation cost. Reasonable response times for a single request would be nice though
gannisk将近 11 年前
Worthy try,but given the Node developer community is small, it would take good amount of time to hit mainstream traction,case in example : Spreecommerce built on RoR
o_____________o将近 11 年前
Yes, Magento is obscene in resource use. I&#x27;ve seen multiple clients sink under the burden of optimizing their stores.
_random_将近 11 年前
Node.js seems to be fading away. Perhaps something like Golang would be a better alternative?
评论 #8138924 未加载
MalcolmDiggs将近 11 年前
Yes definitely interested. If you get the ball rolling please do share the Github.
评论 #8146955 未加载
nailer将近 11 年前
A Ghost eCommerce plugin would be useful.
评论 #8146957 未加载
vonnik将近 11 年前
trycelery.com is an e-commerce platform based on Node.js.
评论 #8138188 未加载
mgmeyers将近 11 年前
Yes