/NotifyMe

A Publish Subscriber app with Redis and Socket.io

Primary LanguagePHP

NotifyMe

NotifyMe is an HTTP Notification system

Built with

  • Laravel
  • Redis
  • Node
  • Socket.io

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g
  • php

Installation

laravel dependency packages

    composer install

Node

    npm install

Running Project

Start up the NotifyMe Laravel server using:

    php artisan serve

it runs on localhost:8000 if port 8000 is available

Start up Node Socket server by:

    node server.js

Runs on port 9000

Contributing

Thank you for considering contributing to this project. Folk or clone project and make a PR, i would be happy to review and merge :(

License

NotifyMe is open-sourced software licensed under the MIT license.