Skip to content
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

[New Port Request] socket.io-client-cpp #44708

Open
Nrtyck opened this issue Mar 31, 2025 · 0 comments
Open

[New Port Request] socket.io-client-cpp #44708

Nrtyck opened this issue Mar 31, 2025 · 0 comments
Labels
category:new-port The issue is requesting a new library to be added; consider making a PR! info:good-first-issue This issue would be a good issue to get one's feet wet in solving.

Comments

@Nrtyck
Copy link

Nrtyck commented Mar 31, 2025

Library name

socket.io-client-cpp

Library description

C++11 implementation of Socket.IO client

Source repository URL

https://github.com/socketio/socket.io-client-cpp

Project homepage (if different from the source repository)

No response

Anything else that is useful to know when adding (such as optional features the library may have that should be included)

Description

The socket.io-client-cpp is a C++11 client for Socket.IO, widely used in real-time communication applications. It's currently missing in vcpkg, and adding it would help simplify dependency management.

Justification

  • Many projects use Socket.IO for WebSocket-based communication.
  • Manually building this library is complex due to its dependencies (Boost, OpenSSL, etc.).
  • Official vcpkg support would improve build reliability.

Expected Behavior

  • The library should be installable via:
    vcpkg install socketio-client-cpp 
@Nrtyck Nrtyck added category:new-port The issue is requesting a new library to be added; consider making a PR! info:good-first-issue This issue would be a good issue to get one's feet wet in solving. labels Mar 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:new-port The issue is requesting a new library to be added; consider making a PR! info:good-first-issue This issue would be a good issue to get one's feet wet in solving.
Projects
None yet
Development

No branches or pull requests

1 participant