Y
Hacker News
new
|
ask
|
show
|
jobs
by
jimktrains2
4727 days ago
Easy to implement in C, perhaps, but not Python, PERL, and the ilk. Most importantly, it's not as easy to do it with a shell and nc to build a simple server.
1 comments
lucian1900
4726 days ago
Implementing binary protocols in Python is quite easy. I'll take length-prefixed and encoding-tagged binaries over "text" any day.
link