This is a post that shows how to send SMS using Node.js,Express and the Africastalking API.We also get to utilize Socket.io in sending realtime responses to the client side of the application.
Create an account Africa's Talking to obtain an API key and a username.
Run 'npm install' to download all the dependencies to your application.
To get started either run 'nodemon'if you have nodemon installed globally or node app.js to start your server
Africa's Talking,Socket.io,Express,ejs and body parser