Skip to content

Commit a240b6f

Browse files
authored
Merge pull request #81 from smartdevicelink/bugfix/javascript_supported_platform
Bugfix/javascript supported platform
2 parents d75af58 + 140f180 commit a240b6f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/Supported Platforms/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ The standard version of Java is supported to be used mostly embedded or local on
2222
The enterprise edition of Java is supported, however, there is no Java EE specific code in the library itself. This is due to the fact that Java EE has conflicts with our licensing model for the open source library. This library is designed to be ran from a backend leveraging Java Beans and other web specific Java features.
2323

2424

25+
#### JavaScript
26+
The vanilla JavaScript Library allows you to create applications that run in the browser. WebEngine applications, which are installed via an app store and are run by supported HMIs, also fall into this category.
27+
28+
29+
#### Node.js
30+
The Node.js Library allows you to create applications that run on a web server. These applications can also take advantage of npm packages.
31+
32+
2533
### Core Platforms
2634

2735
#### Ubuntu

0 commit comments

Comments
 (0)