TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

15 pointsby vishalchandraalmost 11 years ago
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 comments

canterburryalmost 11 years ago
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 未加载
xoraxalmost 11 years ago
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.
booopalmost 11 years ago
Over here, you will find people interested in a node.js alternative to anything.
评论 #8138422 未加载
mhoadalmost 11 years ago
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.
wallenje1almost 11 years ago
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 未加载
nasmornalmost 11 years ago
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
ganniskalmost 11 years ago
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_____________oalmost 11 years ago
Yes, Magento is obscene in resource use. I&#x27;ve seen multiple clients sink under the burden of optimizing their stores.
_random_almost 11 years ago
Node.js seems to be fading away. Perhaps something like Golang would be a better alternative?
评论 #8138924 未加载
MalcolmDiggsalmost 11 years ago
Yes definitely interested. If you get the ball rolling please do share the Github.
评论 #8146955 未加载
naileralmost 11 years ago
A Ghost eCommerce plugin would be useful.
评论 #8146957 未加载
vonnikalmost 11 years ago
trycelery.com is an e-commerce platform based on Node.js.
评论 #8138188 未加载
mgmeyersalmost 11 years ago
Yes