I'd like to communicate with NIS through IPC

Hello!

For Ethereum client I got an ability to run it through IPC (for fast & robust communication channel) like https://www.npmjs.com/package/ethereumjs-testrpc
How can I run NIS in Unix socket mode? As far as I understand it could be executed only exposing HTTP ports?

Thanks!