zoukankan      html  css  js  c++  java
  • Wt, C++ Web Toolkit Introduction

    Wt, C++ Web Toolkit - Introduction

    Wt: an introduction

    Wt (pronounced as witty) is a C++ library for developing
    web applications.

    The API is widget-centric and uses well-tested patterns of
    desktop GUI development tailored to the web. To the developer, it
    offers abstraction of web-specific implementation details, including
    client-server protocols, event handling, graphics support, graceful
    degradation (or progressive enhancement), and URL handling.

    Unlike many page-based frameworks, Wt was designed for creating
    stateful applications that are at the same time highly interactive
    (leveraging techinques such as WebSockets and Ajax to their fullest)
    and accessible (supporting plain HTML browsers), using automatic
    graceful degradation or progressive enhancement. Things that
    are natural and simple with Wt would require an impractical amount of
    effort otherwise: switching widgets using animations, while being
    perfectly indexed by search robots with clean URLs, or having a
    persistent chat widget open throughout, that even works in legacy
    browsers like Microsoft Internet Explorer 6.

    The library comes with an application server that acts as a
    stand-alone Http(s)/WebSocket server or integrates through FastCGI
    with other web servers.

  • 相关阅读:
    oracle锁---原理篇
    SML + NL + HJ
    Oracle中varchar,varchar2,nvarchar,nvarchar2的区别
    oracle 一致读原理
    commit 流程
    IMPDP NETWORK_LINK参数
    WINDOWS访问虚拟机RedHat搭配的Apache2服务器
    初识malloc函数
    好吧,又失眠
    休息一天
  • 原文地址:https://www.cnblogs.com/lexus/p/2443226.html
Copyright © 2011-2022 走看看