# development in node-red

**URL:** https://discourse.nodered.org/t/development-in-node-red/2106
**Category:** Core Development
**Created:** [6 August 2018 13:19 UTC](https://discourse.nodered.org/t/development-in-node-red/2106 "2018-08-06T13:19:51Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![tinsoft](https://avatars.discourse-cdn.com/v4/letter/t/e5b9ba/32.png) [@tinsoft](https://discourse.nodered.org/u/tinsoft)
#### Post date: [6 August 2018 13:19 UTC](https://discourse.nodered.org/t/development-in-node-red/2106/1 "2018-08-06T13:19:51Z")

</div>

Good afternoon.

I would like to know if with node-red I can develop the application in windows and then load it into a rapsberry pi with linux and if you can as it would be done.

Regards, and thank you very much.

---

<div class="post-metadata">

### Author: ![zenofmud](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/zenofmud/32/316_2.png) [@zenofmud](https://discourse.nodered.org/u/zenofmud)
#### Post date: [6 August 2018 13:40 UTC](https://discourse.nodered.org/t/development-in-node-red/2106/2 "2018-08-06T13:40:44Z")

</div>

Many people do that or develope on a MAC and move the flow over to a pi. You will not be able to access th ePi specific nodes in wondows directly. If you search the foruns, I seem to remember there is a way to do that.

Personally, I just SSH into the Pi and start NR, then use the borwser on my Mac to access the node-red running on the Pi

---

<div class="post-metadata">

### Author: ![SteveMann](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/stevemann/32/3810_2.png) [@SteveMann](https://discourse.nodered.org/u/SteveMann)
#### Post date: [6 August 2018 13:45 UTC](https://discourse.nodered.org/t/development-in-node-red/2106/3 "2018-08-06T13:45:12Z")

</div>

I agree with Zeno. Developing on another platform then porting the flow just sounds like unnecessary extra steps.

---

<div class="post-metadata">

### Author: ![tinsoft](https://avatars.discourse-cdn.com/v4/letter/t/e5b9ba/32.png) [@tinsoft](https://discourse.nodered.org/u/tinsoft)
#### Post date: [6 August 2018 17:42 UTC](https://discourse.nodered.org/t/development-in-node-red/2106/4 "2018-08-06T17:42:01Z")

</div>

Thank you very much for your responses.

---

<div class="post-metadata">

### Author: ![wb666greene](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/wb666greene/32/6534_2.png) [@wb666greene](https://discourse.nodered.org/u/wb666greene)
#### Post date: [7 August 2018 01:21 UTC](https://discourse.nodered.org/t/development-in-node-red/2106/5 "2018-08-07T01:21:41Z")

</div>

Node-red is pretty slick! I've developed flows on the Pi using Chromium Browser on my Ubuntu desktop and later deployed them on an Android cell phone using Termux and Termux-api from the play store using export to clipboard and import form clipboard to move the flow from the Pi to the Android via my desktop browser. Its harder to describe than it is to do!

Only issue I'm aware of is that not every node is available on every platform so you have to work around the "lowest common denominator" in your flow design.
