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

https://github.com/wk989898/web-ipc

:bulb:click in web , excute in server
https://github.com/wk989898/web-ipc

electron ipc nodejs ts typescript web websocket

Last synced: about 2 months ago
JSON representation

:bulb:click in web , excute in server

Awesome Lists containing this project

README

          

# web-ipc

Electron ipc APIs simply implement on the web,based websocket.
Communicate between the server and web client.

## idea

What we run on electron can also be run on node.
See demo for inspiration.

## notice

* in web client,`createIPC` returned a promise,so use `async await`.
* use '$' and '#' in `invoke/handle`,so don't start with them.