https://github.com/okerx/chatty_laravel_sse
Chatty is a demo chat web app created with Laravel framework and HTML5 SSE.
https://github.com/okerx/chatty_laravel_sse
html5 javascript jquery laravel php7 server-sent-events sse
Last synced: 2 months ago
JSON representation
Chatty is a demo chat web app created with Laravel framework and HTML5 SSE.
- Host: GitHub
- URL: https://github.com/okerx/chatty_laravel_sse
- Owner: okerx
- License: mit
- Created: 2020-04-17T17:49:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:39:39.000Z (over 2 years ago)
- Last Synced: 2024-08-11T05:08:55.714Z (10 months ago)
- Topics: html5, javascript, jquery, laravel, php7, server-sent-events, sse
- Language: PHP
- Size: 1.02 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
# Chatty with Laravel and HTML5 Server-Sent Events
## install dependencies
```
php composer.phar install
```
## Run the app
```
php artisan serve
```