Streaming from an HTML Form

WebForm.png

A simple example of using an HTML form to submit data to a nodejs server app that then sends the data to Initial State can be found at https://github.com/InitialState/simple-form-example.

 

To Run


$ npm install

$ INITIALSTATE_ACCESS_KEY=YOURKEY PORT=3000 npm start

Then navigate to localhost:3000/temperature and submit temperatures.

 

Attachments

WebForm.png