1
0
mirror of https://github.com/danog/ipc.git synced 2024-11-26 20:15:05 +01:00
This commit is contained in:
Daniil Gentili 2020-03-05 23:46:05 +01:00
parent 70d472f406
commit 0fc0127964
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
2 changed files with 10 additions and 10 deletions

View File

@ -1,15 +1,15 @@
# template
# IPC
[![Build Status](https://img.shields.io/travis/danog/ipc/master.svg?style=flat-square)](https://travis-ci.org/danog/ipc)
[![Build status](https://ci.appveyor.com/api/projects/status/1tcxa257p5dj52ck?svg=true)](https://ci.appveyor.com/project/danog/ipc)
![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)
`amphp/ipc` provides an async IPC server.
`danog/ipc` provides an async IPC server.
## Installation
```bash
composer require amphp/ipc
composer require danog/ipc
```
## Example
@ -76,4 +76,4 @@ Loop::run(static function () {
asyncCall($clientHandler, $channel);
yield $channel->send('ping');
});
```
```

View File

@ -1,5 +1,5 @@
{
"name": "amphp/ipc",
"name": "danog/ipc",
"description": "IPC component for Amp.",
"keywords": [
"asynchronous",
@ -8,17 +8,17 @@
"multi-threading",
"multi-processing"
],
"homepage": "https://github.com/amphp/ipc",
"homepage": "https://github.com/danog/ipc",
"license": "MIT",
"authors": [
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Daniil Gentili",
"email": "daniil@daniil.it"
},
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Stephen Coakley",
"email": "me@stephencoakley.com"