Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
-pthread4405yWhy do you want to do sockets in c?
If you already know basic socket programming in c then you can use python. It provides same functions as c but OOPs make it easy to understand and easily readable and network apps are IO bound so speed won't be of concern. -
Sockets in rust are really simple. Unix, tcp, udp, websocket, all pretty easy to get started with.
Here’s a Unix socket example
http://kmdouglass.github.io/posts/...
Related Rants
does anyone else like how you do sockets on C the best and if not which language
question
c