https://github.com/ndeta100/send-text-sms-with-node
We will also implement Socket.io to send a response from the server to the client.
https://github.com/ndeta100/send-text-sms-with-node
ejs express html javascript nexmo-sms nodejs nodemon socket-io
Last synced: 3 months ago
JSON representation
We will also implement Socket.io to send a response from the server to the client.
- Host: GitHub
- URL: https://github.com/ndeta100/send-text-sms-with-node
- Owner: Ndeta100
- Created: 2021-06-30T14:16:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-30T14:20:03.000Z (almost 5 years ago)
- Last Synced: 2025-02-15T22:24:53.634Z (over 1 year ago)
- Topics: ejs, express, html, javascript, nexmo-sms, nodejs, nodemon, socket-io
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Send-Text-sms-with-node
npm init to start your app
In this repo we will be creating a client/server app that can send SMS text messages from Node.js using the Nexmo service and API. We will also implement Socket.io to send a response from the server to the client.