Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/torniker/laravel-nginx-node-docker
docker configuration for laravel to broadcast events to javascript through nodejs
https://github.com/torniker/laravel-nginx-node-docker
Last synced: 30 days ago
JSON representation
docker configuration for laravel to broadcast events to javascript through nodejs
- Host: GitHub
- URL: https://github.com/torniker/laravel-nginx-node-docker
- Owner: torniker
- License: mit
- Created: 2015-07-22T20:51:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-04T08:43:59.000Z (over 9 years ago)
- Last Synced: 2024-10-16T00:30:00.821Z (3 months ago)
- Language: PHP
- Size: 188 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# laravel-nginx-node-docker
docker configuration for laravel to broadcast events to javascript through nodejs
## How to install
* pull the repository
* composer install
* npm install
* docker-compose up
* Go to url http://localhost/ and open dev tools in your browser
* In another tab go to url http://localhost/event
* Now on tab with http://localhost/ url you should see message in browser console