Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 610 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 610 Bytes

Simple ReactPHP Http Server

A simple http server written with pure PHP and with the help of ReactPHP.

  1. Installation

Installation

Make sure that you have composer installed

Clone repository

gti clone https://github.com/Ahmard/reactphp-simple-http-server

Navigate to the directory

cd reactphp-simple-http-server

Install composer dependencies

composer install

Start server

php server.php

Visit http://localhost:8181 and see.