Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 458 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 458 Bytes

Server Sent Events with Php

Example of an implementation of server sent events, using php as the backend(https://github.com/carlosggz/ServerSentEventsPhp).

Instructions

  • Clone the repository
  • Go to the initial folder, where is located the .yml file
  • Run docker-compose build, to create the container
  • Run docker-compose up -d to run the site.
  • Open the browser and navigate to the docker ip

To stop the container, run docker-compose down.