<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://wiki.dreamofenc.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wiki.dreamofenc.com/feed.php">
        <title>Dream of E&amp;C - Wiki - wiki:glossary:web_technologies</title>
        <description></description>
        <link>http://wiki.dreamofenc.com/</link>
        <image rdf:resource="http://wiki.dreamofenc.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-17T01:07:00+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.dreamofenc.com/doku.php?id=wiki:glossary:web_technologies:ajax&amp;rev=1754060238&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.dreamofenc.com/doku.php?id=wiki:glossary:web_technologies:cloudflare&amp;rev=1753857794&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.dreamofenc.com/doku.php?id=wiki:glossary:web_technologies:css&amp;rev=1753857794&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.dreamofenc.com/doku.php?id=wiki:glossary:web_technologies:express&amp;rev=1753857794&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.dreamofenc.com/doku.php?id=wiki:glossary:web_technologies:flask&amp;rev=1753861332&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.dreamofenc.com/doku.php?id=wiki:glossary:web_technologies:html&amp;rev=1754053227&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.dreamofenc.com/doku.php?id=wiki:glossary:web_technologies:javascript&amp;rev=1754052408&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.dreamofenc.com/doku.php?id=wiki:glossary:web_technologies:nginx&amp;rev=1753857794&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.dreamofenc.com/doku.php?id=wiki:glossary:web_technologies:start&amp;rev=1757343601&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.dreamofenc.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Dream of E&C - Wiki</title>
        <link>http://wiki.dreamofenc.com/</link>
        <url>http://wiki.dreamofenc.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://wiki.dreamofenc.com/doku.php?id=wiki:glossary:web_technologies:ajax&amp;rev=1754060238&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-01T14:57:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>AJAX 처리 개요</title>
        <link>http://wiki.dreamofenc.com/doku.php?id=wiki:glossary:web_technologies:ajax&amp;rev=1754060238&amp;do=diff</link>
        <description>AJAX 처리 개요

이 문서는 웹 애플리케이션에서 사용자 경험을 혁신적으로 개선한 비동기 통신 기술인 AJAX(Asynchronous JavaScript and XML)에 대해 상세히 설명합니다. AJAX는 전체 페이지를 새로고침하지 않고도 서버와 데이터를 주고받아 웹 페이지의 특정 부분만을 업데이트할 수 있게 하여, 더 빠르고 반응성 높은 사용자 인터페이스를 제공하는 핵심 기술입니다. 이 문서는 AJAX의 기본 개념부터 주요 구성 요소, 동작 방식, 장단점, 그리고 실제 구현 예시 및 DokuWiki 환경에서의 활용 고려사항까지 포괄적으로 다룹니다.…</description>
    </item>
    <item rdf:about="http://wiki.dreamofenc.com/doku.php?id=wiki:glossary:web_technologies:cloudflare&amp;rev=1753857794&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-07-30T06:43:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Cloudflare: CDN 및 웹 보안 서비스</title>
        <link>http://wiki.dreamofenc.com/doku.php?id=wiki:glossary:web_technologies:cloudflare&amp;rev=1753857794&amp;do=diff</link>
        <description>Cloudflare: CDN 및 웹 보안 서비스

Cloudflare는 콘텐츠 전송 네트워크(CDN)이자 웹 보안 서비스입니다.

전 세계에 분산된 데이터센터를 통해 웹사이트 성능을 향상시키고 보안을 강화하며, Dream of E&amp;C 프로젝트의 웹 성능 최적화에 활용됩니다.</description>
    </item>
    <item rdf:about="http://wiki.dreamofenc.com/doku.php?id=wiki:glossary:web_technologies:css&amp;rev=1753857794&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-07-30T06:43:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>CSS (Cascading Style Sheets)</title>
        <link>http://wiki.dreamofenc.com/doku.php?id=wiki:glossary:web_technologies:css&amp;rev=1753857794&amp;do=diff</link>
        <description>CSS (Cascading Style Sheets)

CSS는 웹 페이지의 디자인과 레이아웃을 정의하는 스타일 시트 언어입니다.
Dream of E&amp;C 프로젝트의 프론트엔드에서 아름다운 사용자 인터페이스를 구현하는 데 사용됩니다.</description>
    </item>
    <item rdf:about="http://wiki.dreamofenc.com/doku.php?id=wiki:glossary:web_technologies:express&amp;rev=1753857794&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-07-30T06:43:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Express.js</title>
        <link>http://wiki.dreamofenc.com/doku.php?id=wiki:glossary:web_technologies:express&amp;rev=1753857794&amp;do=diff</link>
        <description>Express.js

Express.js는 Node.js를 위한 빠르고 유연한 웹 애플리케이션 프레임워크입니다.

📖 정의

Express.js는 Node.js의 핵심 모듈인 HTTP 모듈을 기반으로 한 웹 애플리케이션 프레임워크로, 미니멀하고 유연한 구조를 제공합니다. 2010년에 TJ Holowaychuk에 의해 개발되어 현재 가장 인기 있는 Node.js 웹 프레임워크 중 하나입니다.</description>
    </item>
    <item rdf:about="http://wiki.dreamofenc.com/doku.php?id=wiki:glossary:web_technologies:flask&amp;rev=1753861332&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-07-30T07:42:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Flask: Python 웹 프레임워크</title>
        <link>http://wiki.dreamofenc.com/doku.php?id=wiki:glossary:web_technologies:flask&amp;rev=1753861332&amp;do=diff</link>
        <description>Flask: Python 웹 프레임워크

Flask는 Python으로 작성된 마이크로 웹 프레임워크입니다.

간단하고 유연한 구조로 빠른 웹 애플리케이션 개발이 가능하며, Dream of E&amp;C 프로젝트의 백엔드 API 서버로 사용됩니다.</description>
    </item>
    <item rdf:about="http://wiki.dreamofenc.com/doku.php?id=wiki:glossary:web_technologies:html&amp;rev=1754053227&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-01T13:00:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>HTML : 월드와이드웹의 핵심 마크업 언어</title>
        <link>http://wiki.dreamofenc.com/doku.php?id=wiki:glossary:web_technologies:html&amp;rev=1754053227&amp;do=diff</link>
        <description>HTML : 월드와이드웹의 핵심 마크업 언어

HTML (HyperText Markup Language)은 월드 와이드 웹(World Wide Web)의 핵심 마크업 언어로, 웹 페이지의 구조와 콘텐츠를 정의하는 데 사용됩니다. 이 문서는 HTML의 기본 개념부터 고급 기능까지, 웹 개발의 필수 요소인 HTML에 대해 종합적으로 설명합니다. HTML은 웹 브라우저가 콘텐츠를 올바르게 해석하고 표시할 수 있도록 표준화된 방법을 제공하며,…</description>
    </item>
    <item rdf:about="http://wiki.dreamofenc.com/doku.php?id=wiki:glossary:web_technologies:javascript&amp;rev=1754052408&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-01T12:46:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>🟨 JavaScript</title>
        <link>http://wiki.dreamofenc.com/doku.php?id=wiki:glossary:web_technologies:javascript&amp;rev=1754052408&amp;do=diff</link>
        <description>🟨 JavaScript

JavaScript는 웹 브라우저에서 실행되는 프로그래밍 언어로, 동적이고 인터랙티브한 웹 페이지를 만들 수 있게 해줍니다.

📋 정의

JavaScript는 웹 개발을 위한 고급 프로그래밍 언어입니다. 원래는 웹 브라우저에서만 실행되었지만, 현재는 서버 사이드(Node.js)에서도 사용되며, 모바일 앱과 데스크톱 애플리케이션 개발에도 활용됩니다.</description>
    </item>
    <item rdf:about="http://wiki.dreamofenc.com/doku.php?id=wiki:glossary:web_technologies:nginx&amp;rev=1753857794&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-07-30T06:43:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Nginx: 고성능 웹 서버</title>
        <link>http://wiki.dreamofenc.com/doku.php?id=wiki:glossary:web_technologies:nginx&amp;rev=1753857794&amp;do=diff</link>
        <description>Nginx: 고성능 웹 서버

Nginx(엔진엑스)는 고성능 웹 서버이자 리버스 프록시 서버입니다.

러시아의 Igor Sysoev가 개발한 오픈소스 웹 서버로, 높은 성능과 낮은 메모리 사용량으로 유명합니다.</description>
    </item>
    <item rdf:about="http://wiki.dreamofenc.com/doku.php?id=wiki:glossary:web_technologies:start&amp;rev=1757343601&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-09-08T15:00:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>📂 Web Technologies</title>
        <link>http://wiki.dreamofenc.com/doku.php?id=wiki:glossary:web_technologies:start&amp;rev=1757343601&amp;do=diff</link>
        <description>📂 Web Technologies

Web Technologies 관련 문서들을 모아둔 공간입니다.

📋 문서 목록
 구분  소분류  페이지명(링크)  제목  Web Technologies  -  ajax  📄 AJAX 처리 개요  cloudflare  📄 Cloudflare: CDN 및 웹 보안 서비스</description>
    </item>
</rdf:RDF>
