An open API service indexing awesome lists of open source software.

https://github.com/simov/electron-socket


https://github.com/simov/electron-socket

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Environment Variables

```bash
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