Carlvinchi / UelloSend-SMPP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation of SMPP client using nodejs SMPP library

run npm install

Create .env file and provide the following details

PORT =

HOST1 =

HOST2 =

CPORT =

USERNAME =

PASS =

LOG_LEVEL=silly

MONGO_URI=mongodb://127.0.0.1:27017/smsdb

run pm2 start index // run server

run pm2 stop all // stop server

ENJOY---> CARLVINCHI

More info here https://github.com/farhadi/node-smpp

About


Languages

Language:JavaScript 100.0%