Posts

Showing posts from 2018

Node.js LoopBack frame work (API)

Image
LoopBack Look back is simple framework for Node.js. its main usage is to create api with Node.js Advantages of Loop Back : Easy Command line module creation  It will create function for all end point automatically (GET, POST, DELETE, OPTIONS, PUT) Auto migration to create tables automatically from command line Easy Data source Integration (DB2, Mysql, Oracle SQL, MongoDB, etc.,) Easy field creation in command line (String, Number, Date, etc.,) Less Coding No need to create functions for all end points Advanced function We can create advanced function like before and after action, mailing Less SQL Queried We can create Auto-Migration script to create tables automatically Have lookup (foreign keys) to get joined values UI UI to explore the API created Easy testing with UI at all end points SDKS Android Ios Angular