Skip to content

Simple application which shows realtime notification using socket.io and php

Notifications You must be signed in to change notification settings

imrealashu/php_node_socket_notification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a very basic and simple implementation of Real Time Notification using Socket, Node and PHP. However this does not implement Push notification so the notification can only be served to the active client.

##Requirements PHP Apache/nGinx and Node

#Installation

  • Just use git clone or download it and place it into your web accessible directory.
  • Open VegFru_Dropdown_Notification/class/Database.class.php and set the default host, username, password and db name.
  • Locate http://localhost/VegFru_Dropdown_Notification/class/install.php Now a notification table has been created in the database. Now just install node dependencies.
    npm install
    
    npm run dev

About

Simple application which shows realtime notification using socket.io and php

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published