Skip to content

Configuring Client → In Memory

Aaron Hanusa edited this page Mar 10, 2019 · 3 revisions

Client → In Memory

archlessnode

In this scenario, the client consumes business services that are injected with data proxies that communicate with in-memory data stores.

For example, to configure the react client to consume in-memory data proxies, open businessLogic.js and ensure configureInMemory is uncommented and configureHttp is commented:

configureInMemory();
// configureHttp();