Basic Web Page
This flow will show you how to build a basic Web Page using the http endpoint nodes
Last updated
This flow will show you how to build a basic Web Page using the http endpoint nodes
Last updated
To create a UI with out the use of dashboards, you can use http endpoint nodes. In this example we will walk through a very basic example on how to build a flow using http endpoint
Drag http input node from the input pallet and add a get endpoint url path . This will be the endpoint that you can go to to reach your webpage
Drag a template node and add some basic HTML to see html on web page in the template properites
your flow should look like this and once you deploy you should be able to access your web page by going going to your application’s URL and appending with your endpoint ( in my case : https://pmistrynoderedtest.mybluemix.net/helloworld )
Congrats! You can send your application’s URL to your friends and family and say you created a webpage . Pretty simple, huh? You can create a pretty dynamic web page by adding javascript and css to make your web page more interacterive !
In the next section I will show you how to create UIs without any html, css or JS. Just pure node-RED pallet Nodes!