nwjs- Profile

nwjs nodejs is based, it supports all nodejs api, mainly for cross-platform lightweight desktop application development, operating environment, including 32-bit and 64-bit Window, Linux and Mac OS

nwjs was created in Intel's Open Source Technology Center, which is run based Google browser core engine and nodejs, you can write html and js language by nwjs technology
local application, it also allows you to directly from DOM calls nodejs module, use a new way with all Web technologies to write native applications.
It mainly has the following six features:
(1) to the web's most popular technique to write new method for native application
(2) has been prepared based on HTML5, CSS3, JS and WebGL
(3) fully supports nodejs all api and third-party modules
( 4) may be used directly call nodejs DOM module
(5) be easily packaged and distributed
(6) supports the operating environment, including the 32-bit and 64-bit Window, Linux, and Mac OS

File Contents Introduction:

  • locales folder is the regional language settings
  • d3dcompiler_47.dll is an important dynamic link library software and games run
  • ffmpegsumo.dll after Google browser core engine upgrade to support video and audio playback of dynamic link library
  • icudtl.dat is a file storing basic data information
  • libEGL.dll webGL must be used to achieve a dynamic link library
  • libGLESv2.dll GPU must be used to achieve a dynamic link library
  • nw.exe main application
  • nw.pak the name implies, the compressed data packet core
  • nwjc.exe use encryption package for the project
  • pdf.dll open dynamic link library file in pdf format

Guess you like

Origin www.cnblogs.com/zd-blogs/p/12015914.html