php-doc-en/reference/swoole/book.xml
Baokun Dou 12f4e0eb67 Added swoole ext docs structure.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343628 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-10 15:25:19 +00:00

27 lines
797 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<book xml:id="book.swoole" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Swoole</title>
<!-- {{{ preface -->
<preface xml:id="intro.swoole">
&reftitle.intro;
<para>
Swoole is a high-performance networking framework using
an event-driven, asynchronous, non-blocking I/O model.
It can be used to develop high-performance, scalable,
concurrent TCP, UDP, Unix socket, HTTP, Websocket services.
To get started, please check the <link
xlink:href="&url.swoole.docs;">Swoole Docs</link>.
</para>
&note.no-windows.extension;
</preface>
<!-- }}} -->
&reference.swoole.setup;
<!-- &reference.swoole.constants; -->
<!-- &reference.swoole.reference; -->
</book>