MSGQue is complete and fully featured SMS Server for use by websites & web servers. It is compatible with Plivo, Twillio, SMSGupshup but open source cloud short messaging service. and ready for you to run on your own servers. MSGQue was developed by Parken Tech to serve its own sms processing requirements and we have since decided that it should be released as an open source project for the community.
- Quick Install Guide - install MSGQue quickly on a clean CentOS 7 server.
- View some screenshots - how to install the MSGQue prerequisites on CentOS 7
- View some screenshots - how to install MSGQue
- View some screenshots web UI
- FAQs
This project was generated with the Angular Full-Stack Generator version 4.2.2.
- Git
- Node.js and npm Node >= 4.x.x, npm >= 2.x.x
- Gulp (
npm install --global gulp) - SQLite
-
Run
npm installto install server dependencies. -
Run
gulp serveto start the development server. It should automatically open the client in your browser when ready.
Run gulp build for building and gulp serve for preview.
Running npm test will run the unit tests with karma.