https://github.com/bioforestchain/bnqkl-ipc-request
https://github.com/bioforestchain/bnqkl-ipc-request
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bioforestchain/bnqkl-ipc-request
- Owner: BioforestChain
- Created: 2023-06-10T03:03:26.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T07:04:19.000Z (about 3 years ago)
- Last Synced: 2024-03-15T06:23:27.167Z (over 2 years ago)
- Language: TypeScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IPC request response
use like http-client require some data from http-server.
## usage
```ts
const server = new IPC_Server("your-server-uuid");
```