Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhinavdobhal/nginx-websockets
Nginx-WebSockets
https://github.com/abhinavdobhal/nginx-websockets
Last synced: 11 days ago
JSON representation
Nginx-WebSockets
- Host: GitHub
- URL: https://github.com/abhinavdobhal/nginx-websockets
- Owner: AbhinavDobhal
- Created: 2019-08-06T10:28:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T05:25:24.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T15:38:35.357Z (over 1 year ago)
- Language: PHP
- Size: 2.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel WebSockets Demo 🛰
This is a demo application built with the [Laravel WebSockets](https://github.com/beyondcode/laravel-websockets) package.
Be sure to check out the [official documentation](https://docs.beyondco.de/laravel-websockets/).
## Usage
1. Clone this repository
2. `composer install`
3. `cp .env.example .env`
4. `php artisan migrate`
5. `php artisan key:generate`
6. `php artisan websockets:serve`## Credits
- [Marcel Pociot](https://github.com/mpociot)
- [Freek Van der Herten](https://github.com/freekmurze)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.