通过springboot直接发布http服务,在图方便的时候可以直接使用,通过java发布http的服务比webservice在实现的时候减少了生成客户端,避免复杂。简单易用。 这样可以在任何平台下使用,不用依赖中间件,运行的时候只需要 java -jar 实现就行。
1
猫鼬_cpp 包含 C++ 包装器 API 的嵌入式 http 服务器。 目录列表 \bin - executable output directory for test application \build - build scripts & project files (Visual Studio 2010, Code Blocks 13) \lib - library output directory \mongoose - HTTP server code & documents \mongoose_cpp - C++ wrapper code & test application 建造 为了构建 mongoose 库或测试应用程序,请从以下位置打开项目文件:\build 并执行“构建”命令。 对于应用程序,需要先构
2021-08-31 15:31:03 158KB C
1
简单的QT模拟TCP/HTTP服务端的的Demo程序,可以用来和客户端交互简单数据,Linux和windows上都可以用,主要为了博客连接
2021-08-27 16:14:10 37KB QT TCP HTTP Server
1
这是一个基于QT的一个简单的Http服务器,共大家学习,研究。
2021-08-25 11:11:58 27KB qt http 服务器
1
用cpprest库 写的http服务端的 例子,包括get\postd等和json数据解析; 头文件报错的话,修改工程属性中—>配置属性->VC++目录: 包含目录修改为: .\cpprest\include 库目录修改为: .\cpprest\lib\x64\release 去掉了环境变量引用。
2021-08-24 11:07:14 17.83MB HTTP 服务器例子
1
Mongoose is easy to use web server. It also can be used as embedded web server library to provide web interface to applications. Mongoose executable does not depend on any external library or configuration. If it is copied to any directory and launched from there, it starts to serve that directory on port 8080 (so to access files, go to http://localhost:8080). If some additional config is required - for example, different listening port or IP-based access control, then a mongoose.conf file with respective options can be created in the same directory where executable lives. This makes Mongoose perfect for all sorts of demos, quick tests, file sharing, and Web programming.
2021-08-23 19:39:26 97KB mongoose
1
java写的http服务器源码,有注释,适合初学者学习。可以直接使用。
2021-08-16 16:03:27 21KB http web 服务器
1
Gunicorn 'Green Unicorn' 是一个用于 UNIX 的 Python WSGI HTTP 服务器。 这是一个 pre-fork 工人模型。 Gunicorn 服务器与各种 Web 框架广泛兼容,实现简单,服务器资源少,速度相当快。 您可以使用命令运行 Gunicorn,也可以与流行的框架(如 Django、Pyramid 或 TurboGears)集成。 要在生产中部署 Gunicorn,请参阅部署 Gunicorn。 安装 Gunicorn 后,您将可以访问命令行脚本 gunicorn。 Gunicorn 还为 Django 和 Paste Deploy 应用程序提供集成。 如果未指定,Gunicorn 将查找 WSGI 可调用命名应用程序。 所以对于一个典型的 Django 项目。 Pyramid 和 Turbogears 等框架通常使用粘贴部署配置文件进行配置。 如果您想在 Gunicorn 中使用这些文件,有两种方法。 作为服务器运行器,Gunicorn 可以使用来自框架的命令(例如 pserve 或变速箱)为您的应用程序提供服务。
2021-08-10 15:04:32 473KB 开源软件
1
跨平台:Linux / Unix,QNX,eCos,Windows,Android,iPhone支持 单线程,异步,基于事件的非阻塞API 内置的协议: 普通TCP,UDP的平原,SSL / TLS(传输,单向或双向) HTTP客户端,服务器 WebSocket客户端,服务器 JSON-RPC客户端,服务器 MQTT客户端,服务器 CoAP客户端,服务器 DNS客户端、DNS服务器、异步DNS解析器 源代码基于ISO C和ISO C++标准 集成简单,只有一个.c和.h文件 经过广泛的测试,已经维护了十年,并被NASA、dell和RocketUncle公司集成
2021-08-09 16:00:36 8.24MB http服务 web复制 支持get post
1
C#利用.Netframework 4.5.2 自作小型Http服务器完整代码,有WebApi例子,有静态页面请求例子,静态页面采用Vue+iView,本程序完全支持
2021-08-07 10:45:15 4.05MB C# SelfHost WebApi iView
1