登录
首页 » 套接字网络编程 » websocket服务端实现

websocket服务端实现

于 2022-02-24 发布 文件大小:495.53 kB
0 242
下载积分: 2 下载次数: 1

代码说明:

websocket服务端实现,C++  is one of the most lightweight, efficient & scalable WebSocket & HTTP server implementations available. It features an easy-to-use, fully async object-oriented interface and scales to millions of connections using only a fraction of memory compared to the competition. While performance and scalability are two of our top priorities, we consider security, stability and standards compliance paramount. License is zlib/libpng (very permissive & suits commercial applications). Autobahn tests  请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Note : site software will be used only to open the left mouse button, they can n...
    注意事项: ・注意:本站软件一律只用鼠标左键打开,否则将不能正常下载! ・如果出现该页无法显示,请多试几次;如果总是不能下载,请点击报告错误,谢谢! ・请一定升级到最新版[WinRAR]才能正常解压本站提供的软件;如有其它问题,欢迎发信联系管理员. ・由于网站服务器承受能力有限,请其他网站不要直接链接我们提供的软件,-Note : site software will be used only to open the left mouse button, they can not download! If the page can not be displayed, I would like him tried several times; If they can not download, click reporting errors, thank you! Requests must upgrade to the latest version [WinRAR] in order to extract the normal site for the software; For other questions, contact managers welcomed the letter. As network Station server capacity is limited, please other sites do not provide us with direct links to software, thank you! !
    2022-03-15 18:13:39下载
    积分:1
  • 超级年历 日期时间
    超级年历 日期时间-Super Almanac Date Time
    2022-08-12 12:13:16下载
    积分:1
  • ADSL拨号
    adsl拨号工具 有很多功能 不错啊 大家试试 -adsl dial-up tool has many functions ah well try everyone
    2023-02-19 20:10:04下载
    积分:1
  • 基于jsp+javabean+mysql三层结构的动态购物站。站用户口(即界面)由jsp完成,数据和逻辑处理由beans完成,数据储存由mysql完成。因...
    基于jsp+javabean+mysql三层结构的动态购物网站。网站用户接口(即界面)由jsp完成,数据和逻辑处理由beans完成,数据储存由mysql完成。因为beans独立负责处理整个网站的全部数据逻辑运算,所以整个网站的负载量和速度都将大大提高,所以基于这种语言和结构开发的购物系统的优势是其它语言没法比尔的。更重要的是,jsp+bean能够在Apache环境下顺畅地运行,这也是其最大优点之一。这就更进一步保证了网站的稳定性和安全性,而这些,对于一个购物网站来说是非常重要的! -jsp javabean mysql-based three-tier structure of the dynamic shopping site. Terms of the user interface (interface) from jsp completed and the data processed by the logic and beans completed, data storage by mysql completed. Because beans are independently responsible for the handling of the entire site all the data logic operation, the entire site load and speed will be greatly enhanced, based on the language and structure of the shopping development system with the advantage of other languages can not birr. More importantly, jsp bean to the Apache environment to run smoothly, this is one of its greatest strengths. This site is a further guarantee of stability and security, which, for a shopping site, it is very important!
    2022-02-04 19:10:50下载
    积分:1
  • 搜来的一个可用的简单的MSN客户端 搜来的一个可用的简单的MSN客户端...
    搜来的一个可用的简单的MSN客户端 搜来的一个可用的简单的MSN客户端 -an usable and simple MSN client
    2022-03-29 15:37:11下载
    积分:1
  • 天意WEB系统,我也是下载的,转上来给大家共享
    天意WEB系统,我也是下载的,转上来给大家共享-Heaven WEB system, I also downloaded and transferred onto to share
    2022-04-11 01:19:04下载
    积分:1
  • 中国电信关于EPON的技术需求资料.相关产品的测试要根据此文档进行相应的比较....
    中国电信关于EPON的技术需求资料.相关产品的测试要根据此文档进行相应的比较.-China Telecom on the EPON information technology needs. Related products to the test based on this comparison of the corresponding documents.
    2022-03-14 06:55:45下载
    积分:1
  • 在线调查学生培训需求的源码(含客户端和服务端)
    应用背景 这是一套本人亲自开发的结合UML面向对象分析设计教程:“UML实战精要教程”的教学案例的实例程序。 演示如何利用UML分析设计方法从项目需求到最终编程实现一个应用软件实例。 而应用软件的实例取自做培训本身的一个需求:调查学员的培训需求。 实现的功能是: 多个学员可登录上线,提出培训要点,并围绕所有的培训的要点发表自己的意见。 教师登录上线,可查看全部学员提出的培训要点需求,并统计培训需求最高的培训要点,以做下一次的培训内容的准备。 培训要点按树形结构展示。 整个程序实际上实现的是一个多人同时在线编辑一个树形结构的树形编辑器。 关键技术 通过服务器接受登录在线的记录,并转发客户端请求到其他在线的客户端,其他客户端收到请求,同步修改各自本地的树形模型,实现分布式的模型同步构建。 服务器功能及其简单,只接受用户上线连接并透明转发(广播或定点转发)客户端请求。 学生客户端和教师客户端功能有所不同,可围绕同一个树形模型进行不同的操作。 提供了分布式模型构建的经典案例。 本案例只提供架构演变过程的最后版本。实际教学案例有演示架构演变过程的5个版本。 实战精要教程的教案将另行分享。
    2022-01-26 00:01:17下载
    积分:1
  • 微软ping序源代码完整版
    资源描述  4 | Version 1.1 修改记录:                                                        |   5 |    解决了socket阻塞的问题,从而能够正确地处理超时的请求!                  |   6 |------------------------------------------------------------------------------|   7 | Version 1.2 修改记录:                                                 &nbs
    2022-11-19 00:20:03下载
    积分:1
  • VC6.0作为开发工具,使用gsoap工具包实现VC连C #。NET基因…
    vc6.0作为开发工具,使用gsoap toolkit 实现vc下连接c#.net所生成的webservice-vc6.0 as development tools, use gsoap toolkit achieve vc Connection c#. net generated by the webservic e
    2022-03-05 04:06:50下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载