Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bnoordhuis/phode
we put the async in php
https://github.com/bnoordhuis/phode
Last synced: about 1 month ago
JSON representation
we put the async in php
- Host: GitHub
- URL: https://github.com/bnoordhuis/phode
- Owner: bnoordhuis
- Created: 2011-09-05T11:54:11.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-24T17:30:52.000Z (about 13 years ago)
- Last Synced: 2024-04-14T20:09:55.306Z (7 months ago)
- Language: C
- Homepage:
- Size: 1.43 MB
- Stars: 30
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phode
php + libuv = win
## status
Very alpha. And not in the dominating male / leader of the pack sense.
## how to build
Make sure you have the PHP 5.4 header files installed somewhere.
$ cp local.gypi.example local.gypi
$ vi local.gypi # update include paths
$ tools/gyp/gyp -Dlibrary=shared_library
$ makeAdd the following line to your `php.ini`.
extension = /path/to/phode/out/Debug/obj.target/libphode.so
Now try out some of the examples in the `test/` directory.
$ php test/test-tcp-ping-pong.php
Segmentation fault.The beauty of open source!