Is there an ecommerce framework for javascript
Lets say for e开发者_如何学运维xample the front-end aspect of the products listing page, very similar to how the major store brands like target.com, kmart.com, etc implement it. Is there an ecommerce Javascript framework for that?
You could check out:
http://simplecartjs.org/
These seems to have a good following.
The closest thing I could see coming close to a JavaScript ecommerce framework is one written with node.js, but I don't see anything out there right now available.
ecommerce requires security because people are constantly trying to steal. Security is the job of the server, not the client. Javascript is a client side language. If you find an app, I wouldn't use it because it, by definition, is insecure. Besides that, javascript has different requirements depending on the version of the browser.
精彩评论