{"id":21886797,"url":"https://github.com/paulr113/easyipc","last_synced_at":"2026-05-07T00:38:07.527Z","repository":{"id":57135466,"uuid":"305510763","full_name":"paulr113/EasyIPC","owner":"paulr113","description":"Easy Inter Process Communication Wrapper for Electron","archived":false,"fork":false,"pushed_at":"2023-08-05T03:26:06.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T09:35:26.564Z","etag":null,"topics":["electron","electron-app","ipc","ipcmain","ipcrenderer"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paulr113.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-19T20:54:38.000Z","updated_at":"2023-08-05T02:46:12.000Z","dependencies_parsed_at":"2024-10-23T00:06:54.782Z","dependency_job_id":null,"html_url":"https://github.com/paulr113/EasyIPC","commit_stats":{"total_commits":20,"total_committers":1,"mean_commits":20.0,"dds":0.0,"last_synced_commit":"73acee1ff3bd28068fa11967bbbefe08dc4f27aa"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulr113%2FEasyIPC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulr113%2FEasyIPC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulr113%2FEasyIPC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulr113%2FEasyIPC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paulr113","download_url":"https://codeload.github.com/paulr113/EasyIPC/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244894325,"owners_count":20527677,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["electron","electron-app","ipc","ipcmain","ipcrenderer"],"created_at":"2024-11-28T11:07:25.417Z","updated_at":"2026-05-07T00:38:07.502Z","avatar_url":"https://github.com/paulr113.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EasyIPC\nEasy Inter Process Communication Wrapper for Electron\n\nInstall:\n```shell\n$ npm i @paulr113/easyipc\n```\n\nMain process:\n```js\nconst  EasyIPC = require(\"@paulr113/easyipc\");\nconst ipc = new EasyIPC(require(\"electron\")); \n\n//Add action\nipc.addAction(\"test\", (payload, res) =\u003e {\n\tconsole.log(\"New request: test\");\n\tconsole.log(payload)\n\tres.send();\n})\n```\n\nRender process:\n```js\nconst  EasyIPC = require(\"@paulr113/easyipc\");\nconst ipc = new EasyIPC(require(\"electron\")); \n\n//Send request\nipc.send({action: \"test\"}).then((payload) =\u003e {\n\tconsole.log(\"Response from main process\");\n\tconsole.log(payload)\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulr113%2Feasyipc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaulr113%2Feasyipc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulr113%2Feasyipc/lists"}