WelsonJS - Build a Windows app on the Windows built-in JavaScript engine
Go to file
2020-07-21 09:20:44 +09:00
app update registry.js 2020-07-19 06:52:13 +09:00
bin update unlockfile processes 2020-07-19 06:27:46 +09:00
lib add package: json3 2020-07-20 07:05:42 +09:00
node_modules Update package.json and relative files 2020-07-20 07:19:19 +09:00
screenshots Updated screenshots 2020-07-03 19:58:24 +09:00
.gitignore Create .gitignore 2020-07-19 15:41:23 +09:00
app.hta fix 2020-07-19 04:50:31 +09:00
app.js Update polyfills (std.js, app.js, es5-shim, es5-sham, es6-shim, es6-sham) 2020-07-20 06:19:33 +09:00
app.nostd.hta updated 2020-07-05 01:47:55 +09:00
favicon.ico updated 2020-07-03 18:15:23 +09:00
helloworld.js rebuild with package manager 2020-07-20 07:01:03 +09:00
LICENSE Create LICENSE 2020-07-09 17:44:23 +09:00
package-lock.json Update package.json and relative files 2020-07-20 07:19:19 +09:00
package.json Update package.json and relative files 2020-07-20 07:19:19 +09:00
README.md Update README.md 2020-07-21 09:20:44 +09:00
start.bat update registry.js 2020-07-19 06:52:13 +09:00
style.css update libraries 2020-07-07 13:50:21 +09:00
unlockfile.js update registry.js 2020-07-19 06:52:13 +09:00
uriloader.js Updated uriloader.js and relatives 2020-07-08 08:16:52 +09:00
webloader.js fix 2020-07-19 04:50:31 +09:00

welsonjs

WelsonJS - Build a windows desktop apps based on WSH/HTA with ES6/HTML5 compatibility javascript polyfills, and NPM package manager, and requirejs-style implementation.

Structure

Structure of WelsonJS

Included libraries

  • lib/std (Standard library)
  • lib/system (System library)
  • lib/base64 (BASE64 Encode and Decode)
  • lib/db (Database interface)
  • lib/file (File I/O interface)
  • lib/http (HTTP interface)
  • lib/json (JSON Encode and Decode)
  • lib/registry (Windows Registry interface)
  • lib/security (Security Policy interface)
  • lib/sendmail (example of sendmail)
  • lib/shell (Command Prompt interface)
  • lib/timer (setTimeout implementation for not supported environment)
  • lib/powershell (Windows Powershell interface)

Contact me