serverizor allows you to take a normal command- based program, and run it as a tcp server in the background. This means that you can start up such programs once, and then connect to them with a command-line client, and run commands, disconnect, connect again from some other machine, etc. So, you can use it to boot up a large program such as emacs or lisp (in interpretor mode, not in editor/windowing mode) in the background, and then whenever you want to run emacs/lispy scripts, you could just run a serverizor client with a few commands. Therefore, the client and the server are the same program.
| Tags | Communications Internet Software Development Build Tools Interpreters Networking Utilities |
|---|---|
| Licenses | Freeware |
| Operating Systems | OS Independent POSIX |
| Implementation | Perl |