Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 733 Bytes

File metadata and controls

30 lines (20 loc) · 733 Bytes
Blize Social Media Websocket

Installation

git clone https://github.com/erdalceylan/blize-socket.git

cd blize-socket

npm install

Star for dev

npm start # Single node

npm run-script start-cluster # Multiple nodes

Star for prod

npm run-script start-single-prod # Single node

npm run-script start-cluster-prod # Multiple nodes

Blize Social Media PHP endpoint https://github.com/erdalceylan/blize-php

Blize Social Media Angular frontend https://github.com/erdalceylan/blize-angular