Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 382 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 382 Bytes

Server-Sent Events POC

This is an example about how to use Server-Sent events using symfony/mercure

How to install it

cd backend
composer install
cd ../frontend/
npm install

How to use it

make up
cd frontend
npm run dev

Now you can visit the page: http://localhost:8080/ , put your bid and click BID. You can see tah the winnerBid will change.