An open API service indexing awesome lists of open source software.

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.

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
```