mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343628 c90b9560-bf6c-de11-be94-00142212c4b1
27 lines
797 B
XML
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>
|
|
¬e.no-windows.extension;
|
|
</preface>
|
|
<!-- }}} -->
|
|
|
|
&reference.swoole.setup;
|
|
<!-- &reference.swoole.constants; -->
|
|
<!-- &reference.swoole.reference; -->
|
|
|
|
</book>
|