Skip to content

james2doyle/long-polling-example

Repository files navigation

Long Polling Example App

a demo of how to go about setting up a simple ajax-polling page/feature

YouTube Demo

Uses:

Setup and Installation

Lumen needs to have a virtual host setup so get started. I use Laravel Homestead as a virual machine.

If you have all that, then continue:

  • clone the repo and change to the directory
  • move the env to .env
  • update .env with the setting appropriate to your app/database
  • php artisan migrate
  • php artisan db:seed
  • visit the url for your virtual host and go to /frontend.html

About

A demo of how to go about setting up a simple ajax-polling page/feature

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published