diff options
author | Rodrigo Gimenez <rodrigog83[at]gmail[dot]com> | 2017-03-13 00:45:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-15 17:38:14 +0700 |
commit | a2f203864634009b6b21dd13f4568777ce56adbd (patch) | |
tree | 881e5deb676f506f139b5acc5c526d52c0ef984b /development/nwjs/README | |
parent | 3ae87dd0ba2941e92995a151d1ddbd7310b1ca1f (diff) |
development/nwjs: Added (an app runtime).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/nwjs/README')
-rw-r--r-- | development/nwjs/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/development/nwjs/README b/development/nwjs/README new file mode 100644 index 0000000000000..890e04aeba0a2 --- /dev/null +++ b/development/nwjs/README @@ -0,0 +1,5 @@ +NW.js (previously known as node-webkit) lets you call all Node.js +modules directly from DOM and enables a new way of writing applications +with all Web technologies. + +nodejs is an optional dependency (for npm package support). |