Glitch: Free NodeJS Hosting

231 views
Skip to first unread message

Glenn

unread,
Sep 3, 2017, 5:04:57 AM9/3/17
to Node-RED
 I just want to bring this site to the attention of the people here as I think it's an amazing tool.

It allows you to collaborate with others. Have accessible endpoints and APIs all that are secured with HTTPs and require minimal effort.

I was using a tool before called Bespoken tools that opened up my network to the web via a HTTPS proxy.
I found some of the information I needed was on the web already, so I was pulling stuff from the web and then pushing it back out to the web.

This tool allows you to create super fast prototypes and works amazingly well with Google Home and Alexa.

I first used it as a HTTPS proxy for HTTP sites to work with Flash briefings. Then I made my own fully baked skill that doesn't require anything else.

Read more about it here. https://glitch.com/about/

And have a look at this cool video here: https://youtu.be/qCY0cG9R3H4

I thought this might help some of you overcome issues with certificates or think of new ways of making your project.

Let me know what you think.


Colin Law

unread,
Sep 3, 2017, 5:34:18 AM9/3/17
to node...@googlegroups.com
Can this be used for controlling one's home automation?

Colin
> --
> http://nodered.org
>
> Join us on Slack to continue the conversation: http://nodered.org/slack
> ---
> You received this message because you are subscribed to the Google Groups
> "Node-RED" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to node-red+u...@googlegroups.com.
> To post to this group, send email to node...@googlegroups.com.
> Visit this group at https://groups.google.com/group/node-red.
> To view this discussion on the web, visit
> https://groups.google.com/d/msgid/node-red/63c372d7-f2da-4d1a-bdce-3903aba3a2dd%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

Glenn

unread,
Sep 3, 2017, 5:55:36 AM9/3/17
to Node-RED
It is a web based programming language, so it's not localised

You would still need to give it access to your home network for it to work or linked to other web based APIs

So if IFTTT which is web based can control your home this should be able to as well.

Colin Law

unread,
Sep 3, 2017, 6:16:30 AM9/3/17
to node...@googlegroups.com
I don't think it is a viable solution for home automation as it will
fail if there is no internet connection. So, for example, your heating
system would not work.

There may well be situations in which it is useful however.

Colin
> --
> http://nodered.org
>
> Join us on Slack to continue the conversation: http://nodered.org/slack
> ---
> You received this message because you are subscribed to the Google Groups
> "Node-RED" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to node-red+u...@googlegroups.com.
> To post to this group, send email to node...@googlegroups.com.
> Visit this group at https://groups.google.com/group/node-red.
> To view this discussion on the web, visit
> https://groups.google.com/d/msgid/node-red/422e9ed7-7eb8-45e1-b4b0-945e45b9b8da%40googlegroups.com.

Glenn

unread,
Sep 3, 2017, 6:40:04 AM9/3/17
to Node-RED
Hmm, not sure what you are getting at.

The API my my heating is web based. So it doesn't work without internet anyway. Then I just use phyical controls if no internet

It is more suited for web-to-web situations. You could always use this for remote connections and have a local version as well.

Colin Law

unread,
Sep 3, 2017, 7:10:51 AM9/3/17
to node...@googlegroups.com
For example I have closed loop control of my heating system run by
node-red, with electronic temperature sensors and PID control of the
individual rooms. I cannot have that not working if the internet is
down (which is not unusual here).

So a web based system is just not appropriate.

Colin
> --
> http://nodered.org
>
> Join us on Slack to continue the conversation: http://nodered.org/slack
> ---
> You received this message because you are subscribed to the Google Groups
> "Node-RED" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to node-red+u...@googlegroups.com.
> To post to this group, send email to node...@googlegroups.com.
> Visit this group at https://groups.google.com/group/node-red.
> To view this discussion on the web, visit
> https://groups.google.com/d/msgid/node-red/96523a76-64a2-44d8-ac64-a211ea7fa6e6%40googlegroups.com.

Glenn

unread,
Sep 5, 2017, 7:29:16 PM9/5/17
to Node-RED
Colin. I just realised you could even run a cloud version of Node-red on Glitch. Does that interest you?

Colin Law

unread,
Sep 6, 2017, 2:50:45 AM9/6/17
to node...@googlegroups.com
Glenn, how would that solve the problem of keeping my system under control when the internet is down?

Colin

On 6 Sep 2017 12:29 a.m., "Glenn" <glo...@gmail.com> wrote:
Colin. I just realised you could even run a cloud version of Node-red on Glitch. Does that interest you?

--
http://nodered.org

Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+unsubscribe@googlegroups.com.
To post to this group, send an email to node...@googlegroups.com.

Glenn

unread,
Sep 6, 2017, 8:39:32 AM9/6/17
to Node-RED
maybe using MQTT with LWT? Not sure. A cloud based solution will never work for a fully offline solution. but it can work in paralell.


On Wednesday, September 6, 2017 at 4:50:45 PM UTC+10, Colin Law wrote:
Glenn, how would that solve the problem of keeping my system under control when the internet is down?

Colin
On 6 Sep 2017 12:29 a.m., "Glenn" <glo...@gmail.com> wrote:
Colin. I just realised you could even run a cloud version of Node-red on Glitch. Does that interest you?

--
http://nodered.org

Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+u...@googlegroups.com.

Colin Law

unread,
Sep 6, 2017, 8:54:38 AM9/6/17
to node...@googlegroups.com
You are right that you can use a local node-red sending data to a
cloud mqtt server, with a cloud node-red using that data to build a
UI.

I think it is more useful to have a local VPN serving the local
node-red via a secure connection. That allows direct access to the
local network for other uses such as network discs and so on.

Colin
> To post to this group, send email to node...@googlegroups.com.
> Visit this group at https://groups.google.com/group/node-red.
> To view this discussion on the web, visit
> https://groups.google.com/d/msgid/node-red/80e7ab47-3a50-4882-bff1-4edea89190b0%40googlegroups.com.

Julian Knight

unread,
Sep 6, 2017, 3:34:37 PM9/6/17
to Node-RED
Local VPN's are useful but don't always work. Many corporate networks block them for example so it really depends on the requirements. There are alternatives and I tried to list them here.
Reply all
Reply to author
Forward
0 new messages