Mobile Services JavaScript (Node.js) backend library

 

Microsoft Azure Mobile Services enables you to define custom business logic that is run on the server. This logic is provided as a JavaScript function that is either registered to an insert, read, update, or delete operation on a given table or is assigned to a scheduled job. For more information, see Work with server scripts in Mobile Services.

Server script example how tos

Objects

apns object

console object

gcm object

mpns object

mssql object

options object

push object

query object

request object

response object

service object

statusCodes object

table object

tables object

user object

wns object

Functions

delete function

insert function

read function

update function

Modules

config module

See Also

Server script example how tos