<p align="center"> <a><img src="https://raw.githubusercontent.com/electrode-io/electrode/cc4ea3e1851cee3333ecca08fdbf5534f51b1ae7/samples/universal-react-node/client/images/logo-192x192.png" alt="Electrode Logo"></a> <br> <b>Electrode</b> </p> # Web Applications with node.js and React The Electrode project was developed to make [node.js] and [React] the primary tech choices for developing applications at Walmart. It has been powering the <http://www.walmart.com> eCommerce website since 2017. Originally designed for Walmart specific use cases, we open-sourced part of Electrode with the hope that it will be useful to some of you in the JavaScript community. This is the same version that is used to power many applications at Walmart. What we open-sourced here is the web application development part of Electrode. It focuses on building web apps with the following emphases: - large scale micro-frontend architecture - universal webapp with server side rendering powered by [node.js] # Getting Started Please go to our [docs](https://www.electrode.io/electrode/docs/getting-started) for further information and instructions on using Electrode. > NOTE: We maintain additional code for internal Walmart systems. If you are a Walmart developer, please check internal docs to get started. # Contributing Do you find Electrode useful for your application development, exploring, or learning [node.js] and [React]? Please send us your encouragement with a github star. Did you find an issue? Would you like to help with the project? Please see our [contributing guide] for instructions on [submitting a PR] or [reporting an issue]. # License Copyright (c) 2016-present, Walmart Licensed under the [Apache License, Version 2.0] [apache license, version 2.0]: https://www.apache.org/licenses/LICENSE-2.0 [node.js]: https://nodejs.org/ [submitting a pr]: https://github.com/electrode-io/electrode/pulls [reporting an issue]: https://github.com/electrode-io/electrode/issues [contributing guide]: CONTRIBUTING.md [react]: https://reactjs.org/