Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 323 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 323 Bytes

Environment Variables

WS_PORT=3011 EL_PORT=3012 EL_APP=/path/to/app

WebSocket Messages

  • connect - used for spawing the electron process from a web(ws)-server, returns a connected message
  • disconnect - used for closing the spawned electron window and web socket, returns a disconnected message