A-Simple-Websocket-server

所属分类:Websocket编程
开发工具:C++
文件大小:0KB
下载次数:2
上传日期:2018-07-26 13:42:33
上 传 者sh-1993
说明:  C++Web服务器。支持http、https、websocket、Websock-Secure(WSS)。
(C++ Webserver .Supporting http,https,websocket,websocket Secure(WSS).)

文件列表:
include/ (0, 2018-07-26)
include/asio/ (0, 2018-07-26)
include/asio/COPYING (224, 2018-07-26)
include/asio/INSTALL (144, 2018-07-26)
include/asio/LICENSE_1_0.txt (1338, 2018-07-26)
include/asio/Makefile.am (366, 2018-07-26)
include/asio/Makefile.in (24360, 2018-07-26)
include/asio/aclocal.m4 (43562, 2018-07-26)
include/asio/compile (7274, 2018-07-26)
include/asio/config.guess (44826, 2018-07-26)
include/asio/config.sub (35543, 2018-07-26)
include/asio/configure (195464, 2018-07-26)
include/asio/configure.ac (9302, 2018-07-26)
include/asio/depcomp (20899, 2018-07-26)
include/asio/doc/ (0, 2018-07-26)
include/asio/doc/asio.png (3164, 2018-07-26)
include/asio/doc/asio/ (0, 2018-07-26)
include/asio/doc/asio/examples.html (3028, 2018-07-26)
include/asio/doc/asio/examples/ (0, 2018-07-26)
include/asio/doc/asio/examples/cpp03_examples.html (36018, 2018-07-26)
include/asio/doc/asio/examples/cpp11_examples.html (14471, 2018-07-26)
include/asio/doc/asio/history.html (111107, 2018-07-26)
include/asio/doc/asio/index.html (280943, 2018-07-26)
include/asio/doc/asio/overview.html (7738, 2018-07-26)
include/asio/doc/asio/overview/ (0, 2018-07-26)
include/asio/doc/asio/overview/core.html (4205, 2018-07-26)
include/asio/doc/asio/overview/core/ (0, 2018-07-26)
include/asio/doc/asio/overview/core/allocation.html (7252, 2018-07-26)
include/asio/doc/asio/overview/core/async.html (15670, 2018-07-26)
include/asio/doc/asio/overview/core/basics.html (11301, 2018-07-26)
include/asio/doc/asio/overview/core/buffers.html (20592, 2018-07-26)
include/asio/doc/asio/overview/core/coroutine.html (8616, 2018-07-26)
include/asio/doc/asio/overview/core/handler_tracking.html (7747, 2018-07-26)
include/asio/doc/asio/overview/core/line_based.html (17553, 2018-07-26)
include/asio/doc/asio/overview/core/reactor.html (6076, 2018-07-26)
include/asio/doc/asio/overview/core/spawn.html (12693, 2018-07-26)
... ...

# A-Simple-Websocket-server This is a C++ Webserver implementation Supporting protocols * http * https * websocket * websocket Secure(WSS). ## Dependency * openssl * windows10 ## Steps to run 1. clone the project 2. install openssl (https and wss needed) 3. configure the openssl path in the Cmakelists (https and wss needed) 4. generate the secure certificate with openssl 5. create your project 6. include the headers and compile the sample cpp 7. compile& run 8. Note that https and WSS need the certificate file ## For more details * See the sample cpps

近期下载者

相关文件


收藏者