-
Notifications
You must be signed in to change notification settings - Fork 588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to integrate the http and websocket modules from ZlMediakit into ZLToolKit to form a complete network library? #114
Comments
Although ZLM includes HTTP and WebSocket functionality, it is not actually a complete protocol stack based on standard implementations. It is mostly developed based on the needs of ZLM. It may not be suitable for direct use as a general-purpose protocol stack. Patches are welcome.
|
I'll consider making a similar streamlined project later. The demand you mentioned is indeed quite common; however, I still hope that everyone can work together to build and share, and work together to improve it.
|
Actually, there are already relatively complete UDP/TCP HTTP/WebSocket libraries in boost. If it is to be a general-purpose network library, it is uncertain whether it can have a significant advantage like ZLM.
|
This boost library, I personally feel, is a bit heavy.
…--- Original Email ---
From: "Xiaofeng ***@***.***>"
Date: Sun, 26 Jun 2022 23:09:00 +0800
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [ZLMediaKit/ZLToolKit] Whether to integrate the http and websocket modules in ZlMediakit into ZLToolKit to form a complete network library (Issue #114)
Actually, boost already has relatively complete UDP/TCP HTTP/WebSocket libraries. If it is used as a general network library, I'm not sure if it can have a significant advantage like ZLM.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
boost这个库,个人感觉稍微有点重。
---原始邮件---
发件人: "Xiaofeng ***@***.***>
发送时间: 2022年6月26日(周日) 晚上11:09
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [ZLMediaKit/ZLToolKit] 是否可以将ZlMediakit里面的http和websocket模块整合到ZLToolKit里面,形成一个完整的网络库 (Issue #114)
其实像 boost 中已经有比较完善的 UDP/TCP HTTP/WebSocket 库,如果作为一个通用网络库,不确定是否能像 ZLM 中这样发挥比较明显的优势。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
`TRANS_BY_GITHUB_AI_ASSISTANT`
|
Hello, I have streamlined an HTTP library based on your ZLMedia. Could you take a look at it when you have time? Maybe we can promote it together.
您好,我根据您的ZLMedia精简了一个HTTP库,方便的时候帮我看一下,是否可以一起推广起来
|
Dear Author:
TRANS_BY_GITHUB_AI_ASSISTANT
The text was updated successfully, but these errors were encountered: