Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

This is the PHP side of the demo app made for my presentation on integrating Node.js with PHP for the PHPHants March meet up

Notifications You must be signed in to change notification settings

lboynton/phphants-march-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the PHP side of the demo app I created for my presentation at the PHPHants March 2013 meet up.

There is also a corresponding Node.js application.

Running Guide

  1. Install nginx + php-fpm and configure with the nginx config file
  2. Install bower
  3. Install assets with bower install
  4. Run the node.js app
  5. Connect to the redis shell using the command redis-cli and push news items with rpush news '{"content": "Testy test", "to": "theusername"}'

About

This is the PHP side of the demo app made for my presentation on integrating Node.js with PHP for the PHPHants March meet up

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages