/phpchat_example

PHP <-> NodeJS example

Primary LanguagePHP

#PHPCHAT EXAMPLE PHPとNodeJSを連携させてチャット機能を作るやつのサンプルアプリ。

install

  1. cd node
  2. npm install
  3. coffee connect.coffee (or node connect.js)
  4. cd ../nginx/
  5. cp phpchat_example.conf.example phpchat_example.conf
  6. modify phpchat_example.conf and include on /etc/nginx/nginx.conf
  7. cd ../app
  8. composer install (or php composer.phar install)
  9. php artisan migrate
  10. modify 'key' parameter in app/app/config/app.php
  11. Access on browser!