Skip to content

ExtPoint/example-yii2-comet-redux

Repository files navigation

Example chat application with yii2 + jii comet + neatcomet + react + redux

Install

  1. Install depends:
composer install
npm install
  1. Create database example-yii2-comet-redux in mysql database

  2. Copy config.sample.php -> config.php and configure database

  3. Run database migrations

php yii migrate
  1. Configure comet server - copy config.sample.js -> config.js and update site domain (if need)

  2. Deploy frontend scripts (js/css)

node webpack
  1. Run comet server
node jii
  1. Run application at http://example-yii2-comet-redux.local:5143 and test it!

About

Example of usage yii2 + jii comet + react + redux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published