Skip to content

S1ructure/sse-poc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 62.4%
  • TypeScript 13.5%
  • JavaScript 9.9%
  • Shell 9.3%
  • HTML 2.1%
  • SCSS 1.7%
  • Makefile 1.1%