Processing data inside the IoTHub
This page introduces the basic concepts of IoTHub Scripting, which is Server-side executed JavaScript working with Things and their Properties.
The Scripting feature offers many individual ways to modify data and create individual functions. Scripts can be used for various purposes, e.g. with a script the user can import or export data from or to databases, APIs and other external systems, manipulate data and perform calculations based on the data of the IoTHub.
More ways to use Scripts are described in the developer documentation with detailed examples and tutorials.