|
|
|
|
|
by spicybright
384 days ago
|
|
I'm not the most knowledgeable, but a protocol talks to another process through a specific format. I personally think its more powerful than writing a new process to replace and existing. My favorite example is an X11 windows manager implementing in about 18 lines of python. Obviously there's dependencies to talk to the X server, but the power of a protocol comes from any program written in any la gage communicate with existing code. |
|
Uh, do you happen to know where to find that project? Sounds pretty comprehensible for most people as an example.