Update README.md

This commit is contained in:
Namhyeon Go 2020-07-19 15:36:24 +09:00 committed by GitHub
parent a7dddf7a62
commit 9ef2aab938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,19 +5,19 @@ WelsonJS - Build a windows desktop apps ultra-fastly with WSH.js and HTA (Javasc
![Structure of WelsonJS](app/assets/img/structure.png) ![Structure of WelsonJS](app/assets/img/structure.png)
## Included libraries ## Included libraries
- lib/base64 - lib/std (Standard library)
- lib/db - lib/system (System library)
- lib/file - lib/base64 (BASE64 Encode and Decode)
- lib/http - lib/db (Database interface)
- lib/json - lib/file (File I/O interface)
- lib/registry - lib/http (HTTP interface)
- lib/security - lib/json (JSON Encode and Decode)
- lib/sendmail - lib/registry (Windows Registry interface)
- lib/shell - lib/security (Security Policy interface)
- lib/std - lib/sendmail (example of sendmail)
- lib/system - lib/shell (Command Prompt interface)
- lib/timer - lib/timer (`setTimeout` implementation for not supported environment)
- lib/powershell - lib/powershell (Windows Powershell interface)
## Related projects ## Related projects
- [gnh1201/wsh-js-gtk](https://github.com/gnh1201/wsh-js-gtk) - GTK GUI ported to Windows Scripting Host - Javascript (Microsoft JScript) (wsh-js) - [gnh1201/wsh-js-gtk](https://github.com/gnh1201/wsh-js-gtk) - GTK GUI ported to Windows Scripting Host - Javascript (Microsoft JScript) (wsh-js)