Skip to content

openswoole/example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.