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

socket module is missing #4

Open
HomiGrotas opened this issue Feb 7, 2023 · 3 comments
Open

socket module is missing #4

HomiGrotas opened this issue Feb 7, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@HomiGrotas
Copy link

Do you want me to add it to the Python modules section?

@Eldar1205 Eldar1205 added the enhancement New feature or request label Feb 8, 2023
@Eldar1205
Copy link
Owner

@HomiGrotas I'm not convinced it's important enough for backend/data engineers since it's about low level networking, and it's also blocking low level networking and there are async I/O alternatives, for example the one built into AnyIO.
Can you please share why do you think it's something important for others to be exposed to?

@HomiGrotas
Copy link
Author

Hi, as we talked on LinkedIn, socket is important for real-time projects. About async I/O you're right and it better to use async alternatives. Backend engineers should get familiar with low level networking also.

@Eldar1205
Copy link
Owner

@HomiGrotas I suggest adding "sockets" to important modules section with a brief description and two stars indicating better third party alternative below, then in the Topics Index add a "low level networking" topic with alternative open sources which provide async I/O for low level networking, and a recommendation which one to use and why, similar to how it's done with the async I/O http client alternatives.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants