Create A Simple RESTful API With Node.js

added by bpwndaddy
10/7/2015 3:50:59 PM

935 Views

I've written a few tutorials regarding Node.js and the ExpressJS framework, but I never took a step back and explained how to make a super simple RESTful API for processing HTTP requests from a front-facing interface. With this API created, you can use it with just about any application that can submit HTTP requests.


0 comments