# Using Node config in HTML file (access Node config from frontend)

**URL:** https://discourse.nodered.org/t/using-node-config-in-html-file-access-node-config-from-frontend/10856
**Category:** Developing Nodes
**Created:** [6 May 2019 17:05 UTC](https://discourse.nodered.org/t/using-node-config-in-html-file-access-node-config-from-frontend/10856 "2019-05-06T17:05:51Z")
**Posts on this page:** 1
**Showing post:** 11

<div class="post-metadata">

### Author: ![Steve-Mcl](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/steve-mcl/32/4826_2.png) [@Steve-Mcl](https://discourse.nodered.org/u/Steve-Mcl)
#### Post date: [7 May 2019 10:47 UTC](https://discourse.nodered.org/t/using-node-config-in-html-file-access-node-config-from-frontend/10856/11 "2019-05-07T10:47:34Z")

</div>

OK, done.

> [@Best practice for sharing static object between instances of a node type](https://discourse.nodered.org/t/best-practice-for-sharing-static-object-between-instances-of-a-node-type/10880):
>
> Where would one store a 'common object' for re-use across all node instances? e.g. Lets say I am developing a node called image and on my flow there are 10 instances. I would like each instance (server side) to be able to access some shared object {fonts:[...]} that are initialised only once. PS. I don't mean a config node (this shared object has no parameters or user options and need only be created once & re-used by every node instance (server side only)) Hope that makes sense.

---

_[View the full topic](https://discourse.nodered.org/t/using-node-config-in-html-file-access-node-config-from-frontend/10856)._
