Tag Archives: REST
Full HTTPS REST server in Node.js
I will show you now, how to write a simple HTTPS JSON REST server using node.js components. Grab a beer, open your IDE and let’s start hacking. 0. Create certificates. If you don’t have valid https certificates, you can generate one for testing purposes. If you need one cool certificate, you can join cacert community….
Sending SMS messages via Twilio Rest API
I am looking at Twilio API right now for a project and I am surprised how easy is to handle voice and SMS messages. Here is an example, written by me: GitHub If you are interested in this topic, or if you have some ideas, please join me at my test repo @ Github