From e9887812293160cb44b2a4419ed87ad2fa3f1805 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Fri, 24 Nov 2023 11:46:31 +0900 Subject: [PATCH] Updated Home (markdown) --- Home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 753e11e..55b1dc8 100644 --- a/Home.md +++ b/Home.md @@ -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.