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.

  • 相关阅读:
    php大文件分片上传
    ckeditor粘贴上传图片
    视频断点续传+java视频
    php上传文件夹 ​
    批量下载
    PHP上传超大文件解决方案
    js大文件上传
    java+web文件的上传和下载代码
    Webupload+PHP上传大文件
    【hdu1280】前M大的数
  • 原文地址:https://www.cnblogs.com/lexus/p/2443226.html
Copyright © 2011-2022 走看看