node.js - How to build Restful API without using frontend javascript -
i have been searching on tutorial make restful api without using frontend javascript no avail. new javascript/ web-development , have been doing many tutorials , mini projects myself acquainted it.
this test job @ startup looking entry level developer. requirements different want me use in house build apis.
what looking on how started building restful api using node.js, express, mongo , without using frontend javascript. thanks.
recommendations tutorials don't make questions stack overflow, might want take @ following books. helped me out quite bit when getting started node:
express web application development
advanced express web application development
restful web api design node.js
as others have commented, representational state transfer api implemented server-side. consume such api client-side using javascript, not build 1 on client-side.
express popular web framework node, , can use build apis, might take @ restify. hope helps out.
Comments
Post a Comment