dermesser / libsocket

The ultimate socket library for C and C++, supporting TCP, UDP and Unix sockets (DGRAM and STREAM) on Linux, FreeBSD, Solaris. See also my uvco library for a refreshed version!
https://borgac.net/~lbo/doc/libsocket/
Other
797 stars 195 forks source link

client from other languages #63

Closed rohithkodali closed 5 years ago

rohithkodali commented 5 years ago

Is there any way that we can get a client from other languages, python or javascript on the echo server example, I tried on both in different ways but none of them are working.

dermesser commented 5 years ago

Usually for these languages the easiest way is to try their standard libraries; they often have functionality that is as simple as libsocket's.