:let VimPyServer_port=9875
  :let VimPyClient_port=9876
  :call OpenVimPyServer()
  :messages
  1. Change to shell-0. Execute in normal mode:

  :call VimPyServerMessageToClient("echom 'hey, wazzap'")
  1. From shell-1 execute:

 :call VimPyServerMessageToClient("echom 'Watch the nginx vs httpd deathmatch'")