Skip to content

Realtime web application demo including: symfony2, nodejs, redis and socket.io (for websockets).

Notifications You must be signed in to change notification settings

AliHichem/SymfonyTn-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3e5780f · Dec 8, 2013

History

4 Commits
Dec 7, 2013
Dec 7, 2013
Dec 7, 2013
Dec 7, 2013
Dec 7, 2013
Dec 7, 2013
Dec 7, 2013
Dec 8, 2013
Dec 7, 2013
Dec 7, 2013

Repository files navigation

SymfonyTn-Demo

Realtime web application demo including: symfony2, nodejs, redis and socket.io (for websockets).

Requirement

You need to have all of those packages installed.

NOTE to Windows users : don't worry, all of those packages are installable on windows.

Installation

It's as simple as blinking your eyes :).

1- under your root project folder :

composer install

2- under (node) folder

npm install

that's it :) !

How to use ?

Now all what you have to do is to start your nodejs server with

node node/server.js

(of course for production use you will need to daemonize it)

Now every time you insert a new news from /admin/new all the connected users will see a realtime notification about that news.

About

Realtime web application demo including: symfony2, nodejs, redis and socket.io (for websockets).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published