Skip to content

PROXYIO is a socket library that provides several common communication patterns such as PUBSUB/REQREP/BUS and so on. it aim to become a standard communication component of distributed system

License

proxyio/xio

Repository files navigation

PROXYIO

Build Status

PROXYIO is a socket library that provides several common communication patterns. for more details about this project, see Home

Requires

libuuid

if you using ubuntu system:

$ sudo apt-get install uuid-dev

if you using centos/redhat/Oracle system:

$ sudo yum install libuuid-devel

Build

To build proxyio :

$ sh autogen.sh
$ ./configure
$ make
$ make check
$ sudo make install

Python

To build proxyio for python language

$ cd binding/python
$ python ext.py build
$ sudo python ext.py install

Lua

To build proxyio for lua language

$ ./configure --enable-lua
$ make
$ make check
$ sudo make install

Golang

To build proxyio for golang language Building the proxyio in normal way, and then

$ cd binding/go
$ go build
$ go test -v ./...

PHP

To build proxyio for php language

$ cd binding/php
$ phpize
$ ./configure --enable-xio
$ make
$ sudo make install

copy the xio.ini config file into /etc/php.d/

Ruby

To build proxyio for ruby language

$ cd binding/ruby
$ ruby ext.rb
$ make
$ sudo make install

License

Copyright 2014 Dong Fang yp.fangdong@gmail.com.

Licensed under the MIT/X11 License: http://opensource.org/licenses/MIT

About

PROXYIO is a socket library that provides several common communication patterns such as PUBSUB/REQREP/BUS and so on. it aim to become a standard communication component of distributed system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published