Updated Home (markdown)

Namhyeon Go 2023-11-24 11:46:31 +09:00
parent bc658cf608
commit e988781229

@ -1,13 +1,13 @@
Welcome to the WelsonJS wiki!
### Background
Many of the clients I have collaborated with have expressed the need for an environment where an app can be developed solely using a "text editor" program, without the dependency on an integrated development environment (IDE). However, in the Windows development environment, IDEs like Visual Studio were considered essential tools and widely utilized.
Many of the clients I have collaborated with have expressed the need for an environment where an app can be developed solely using a "text editor" program, without the dependency on an integrated development environment (IDE). However, in the Windows development environment, IDEs like Visual Studio are considered essential tools and widely utilized.
Within Windows, a robust foundation for scripting-based app development has existed for a considerable period, although it has often been treated as somewhat of an Easter egg.
Recently, I extracted this functionality and observed various attempts to develop a system app. Based on these observations, I initiated the WelsonJS project.
The first entity to request a practical demonstration of this concept was a major industrial company in Korea. They operate their own cloud computing center and manage a variety of Windows versions, ranging from Windows 2000 (server family) to Windows 10 (PC family). We successfully developed a metric collection agent, addressing version differences.
The first entity to request a practical demonstration of this concept was a major industrial company in Korea. This company primarily engages in businesses related to power energy, including Programmable Logic Controller (PLC). They operate their own cloud computing center and manage a variety of Windows versions, ranging from Windows 2000 (server family) to Windows 10 (PC family). We successfully developed a metric collection agent, addressing version differences.
The WelsonJS project began with the experiential knowledge gained during this time. Subsequently, we continuously improved the project by incorporating requirements from virtual private network companies, information security firms, asset valuation companies, live commerce enterprises, and others.