Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 652 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 652 Bytes

SMPP implementation in NodeJS

An attempt to implement SMPP protocol client within NodeJS. Since this project is not a hobby, it definitely will be finished at some point.

Reasoning behind writing my own version is as follows:

  • Assess, and improve my knowledge of JavaScript and NodeJS in particular.
  • Finally rewrite my old SMPP daemon, which (don't laugh) is written in PHP and works just well, but lacks some of the features.

Also - this is not clone, or fork of shorty, which obviously is first ever SMPP library for NodeJS.

License

MIT license. See LICENSE for text.