Skip to content
/ JAXL Public
forked from jaxl/JAXL

Asynchronous, non-blocking I/O, event based PHP library for writing custom TCP/IP client and server implementations. From it's previous versions, library inherits a full blown stable support for XMPP protocol stack. In v3.0, support for HTTP protocol stack was also added.

License

Notifications You must be signed in to change notification settings

calref/JAXL

This branch is 5 commits ahead of, 145 commits behind jaxl/JAXL:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 24, 2016
b639894 · May 24, 2016
May 24, 2016
Aug 2, 2012
Jan 9, 2013
Nov 27, 2012
May 24, 2016
Jul 14, 2012
May 29, 2015
Sep 29, 2013
May 24, 2016
Jul 13, 2012
Nov 27, 2012
May 24, 2016
May 9, 2014
Aug 18, 2013

Repository files navigation

Jaxl v3.x:

Jaxl v3.x is a successor of v2.x (and is NOT backward compatible), carrying a lot of code from v2.x while throwing away the ugly parts. A lot of components have been re-written keeping in mind the feedback from the developer community over the last 4 years. Also Jaxl shares a few philosophies from my experience with erlang and python languages.

Jaxl is an asynchronous, non-blocking I/O, event based PHP library for writing custom TCP/IP client and server implementations. From it's previous versions, library inherits a full blown stable support for XMPP protocol stack. In v3.0, support for HTTP protocol stack has also been added.

At the heart of every protocol stack sits the Core stack. It contains all the building blocks for everything that we aim to do with Jaxl library. Both XMPP and HTTP protocol stacks are written on top of the Core stack. Infact the source code of protocol implementations knows nothing about the standard (inbuilt) PHP socket and stream methods.

Examples

Documentation

Group and Mailing List

Create a bug/issue

Author

About

Asynchronous, non-blocking I/O, event based PHP library for writing custom TCP/IP client and server implementations. From it's previous versions, library inherits a full blown stable support for XMPP protocol stack. In v3.0, support for HTTP protocol stack was also added.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%