Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 994 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 994 Bytes

OpenSwoole examples

OpenSwoole is a programmatic platform building modernized systems with async IO, coroutines and fibers: secure, reliable, high performance

Get started to learn building OpenSwoole applications from the OpenSwoole examples.

Run OpenSwoole examples

composer create-project openswoole/example

cd example

# HTTP Psr
php src/Psr/PsrHandle.php
php src/Psr/PsrRoute.php
php src/Psr/PsrSetHandler.php

# Other examples

Documentation

Documentation for Open Swoole can be found on the Open Swoole website.