-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
15 lines (15 loc) · 751 Bytes
/
app.json
File metadata and controls
15 lines (15 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"title" : "Web Sockets",
"projectTypeName" : "com.intel.xdk.projecttype.iotapp",
"sample" : false,
"template" : true,
"visible" : true,
"sortWeight" : "0.0",
"repoName" : "iotapp-template-websockets",
"tooltip" : "Use the 'socket.io' node module to enable real-time communication.",
"description" : "A simple Node.js IoT project that uses the 'socket.io' node module to enable real-time communication between clients and the development board (via a web browser). Web socket data is used to toogle the state of the IoT board's onboard LED.",
"articleUrl" : "https://software.intel.com/en-us/xdk/docs/using-templates-nodejs-iot",
"keywords" : ["web sockets","LED"],
"targets" : ["edison","galileo"],
"runtimes" : ["node"]
}