No announcements
Found 2591891 threads
-
2 Votes
[Node.js][Mobile Services] SELECT from multitables on Custom API
Hi, i'm new to Mobile Services and i'm having a little problem on getting data from tables. Actually i need to select multiple itens ...Answered | 5 Replies | 636 Views | Created by Gabriel_Barreto_ - Wednesday, May 11, 2016 7:27 PM | Last reply by Dale A Anderson - Wednesday, May 11, 2016 11:25 PM -
0 Votes
[Node.js][Mobile Apps] Mobile Services to Mobile Apps - Custom API Upgrade
in a custom api on Mobile Service: var tables = require('azure-mobile-apps/src/express/tables'); module.exports = { ...Answered | 4 Replies | 905 Views | Created by ericNOTW - Wednesday, January 27, 2016 10:20 PM | Last reply by ericNOTW - Friday, January 29, 2016 9:11 PM -
0 Votes
Mobile services node.js deployment
the article "How to use Twilio for voice and SMS capabilities from Mobile ServiceAnswered | 1 Replies | 1240 Views | Created by PocketFM Dev - Saturday, November 16, 2013 8:25 PM | Last reply by Jambor yao - Monday, November 18, 2013 6:42 AM -
0 Votes
[Node.js][Mobile Apps] Mobile apps node.js backend CRUD operations on tables in custom API
I'm trying to develop a backend solution using Azure mobile apps and node.js for server side scripts. It is a steep curve as I am new to node.js. What I have made is a ...Answered | 6 Replies | 713 Views | Created by martin_andersen - Monday, March 14, 2016 9:39 PM | Last reply by martin_andersen - Sunday, April 3, 2016 8:55 AM -
1 Votes
Deploying an Existing Node.js App on Mobile Services
We do not support running existing node.js applications on Mobile Services. Please look at using Mobile Apps via the preview portal ...Answered | 1 Replies | 513 Views | Created by Reubend - Thursday, July 9, 2015 3:45 AM | Last reply by Chris Anderson (Azure) - Thursday, July 9, 2015 7:46 PM -
0 Votes
[Node.js][Mobile Apps] Mobile apps node.js backend custom API with multiple routes
Martin, Are there any features that you particularly miss aside from custom API routing? We have tried to maintain parity with Mobile ...Answered | 15 Replies | 1170 Views | Created by martin_andersen - Wednesday, April 6, 2016 9:06 PM | Last reply by martin_andersen - Sunday, April 24, 2016 7:31 PM -
0 Votes
[Node.js][Mobile Apps] Calling OneDrive/Live API
through req.azureMobile.user.getIdentity() (server) 2) Please refer to the OneDrive / Live API site on MSDN. 3) All the Node.js ...Answered | 3 Replies | 724 Views | Created by Michael Osthege - Tuesday, March 29, 2016 5:09 PM | Last reply by Adrian Hall (MSFT) - Wednesday, March 30, 2016 5:07 PM -
0 Votes
Custom Mobile Service API
http://blog.amitapple.com/post/30921523746/customparametersinmobileservices/#.VOKzGP4fqM8 Custom API in Azure Mobile Services ...Answered | 2 Replies | 699 Views | Created by RayD_250592 - Monday, February 16, 2015 3:01 PM | Last reply by Joseph Idziorek - Tuesday, February 17, 2015 4:51 AM -
0 Votes
Sending Push notifications from Node.JS for Mobile Services
currently trying to send multiple push notifications using the push.apns.send function from my API (Node.JS) however it seems that this function only tags 1 tag per call, ...Unanswered | 1 Replies | 627 Views | Created by Omar Sultan - Monday, June 22, 2015 11:07 PM | Last reply by Francesco G. Pirillo - Friday, August 28, 2015 8:56 PM -
3 Votes
Mobile Services Custom Api Time Limit
asynchronous. Please refer to this blog (http://blogs.msdn.com/b/carlosfigueiraAnswered | 4 Replies | 1796 Views | Created by Jose Ines Cantu - Tuesday, September 10, 2013 1:53 AM | Last reply by Will Shao - Wednesday, September 11, 2013 9:55 AM -
0 Votes
Custom Authentication with Node.JS
I am trying to build a custom authentication for my node.js backend and was wondering if anyone implemented oAuth2 for node.js using passportjs or anyother framework ...Answered | 2 Replies | 640 Views | Created by Omar Sultan - Monday, August 3, 2015 11:23 AM | Last reply by Omar Sultan - Monday, August 3, 2015 8:28 PM -
1 Votes
Mobile Services API charset
header. But on WA Mobile Services API side console.log(...) display broken text like: "Answered | 5 Replies | 1498 Views | Created by Den Osipov - Monday, October 7, 2013 12:57 PM | Last reply by Eduardo Costa - Thursday, October 9, 2014 10:52 PM -
0 Votes
[Node.js][Mobile Services] Azure Mobile Service - Get More user Info.
Hi, Are you using "Mobile Service" or "Mobile App"? If your website name is [yoursitename].azurewebsites.net, then you are ...Answered | 1 Replies | 653 Views | Created by JoJo_Naviger - Tuesday, May 3, 2016 2:12 PM | Last reply by Aziel C Epilepsia - Tuesday, May 3, 2016 6:48 PM -
0 Votes
Azure Mobile Services Custom API - Return Scope Identity On Insert
); } firstTime = !firstTime; } } ); Reference: ...Answered | 6 Replies | 1012 Views | Created by IAMZWEED - Wednesday, October 29, 2014 2:37 PM | Last reply by IAMZWEED - Monday, November 10, 2014 12:47 PM -
0 Votes
[Node.js] Custom authentication (oAuth)
Hi Jeroen, Check the sample at https://github.com/Azure/azure-mobile-apps-node/blob/master/samples/custom-authentication/api/login.js. You can use ...Answered | 2 Replies | 723 Views | Created by jeroen.custers - Monday, September 12, 2016 9:30 AM | Last reply by jeroen.custers - Tuesday, September 13, 2016 11:06 AM -
0 Votes
Attachments and file upload/download with node.js backend and mobile service custom API
I have an Azure mobile service that uses a DocumentDB repository via a node.js backend using custom APIs. The front end to this is defined in a REST ...Answered | 3 Replies | 2256 Views | Created by howdy_doody - Wednesday, June 24, 2015 8:59 PM | Last reply by howdy_doody - Monday, July 13, 2015 8:03 PM -
1 Votes
[Node.js] Migration between Azure Mobile Services and Azure Mobile Apps
Hello, I have an app in production running on Windows 8.1, Windows Phone 8.1, Windows 10 and Windows 10 Mobile. It currently use Azure Mobile ...Answered | 4 Replies | 759 Views | Created by Jalpf - Thursday, August 4, 2016 12:08 PM | Last reply by Jalpf - Friday, August 5, 2016 8:21 AM -
0 Votes
[Node.js][Mobile Apps] Custom Authentication/Authorization with NodeJS backend
authentication in Mobile App in Node.js, please refer to 30 Days of Zumo.v2 (Azure Mobile AppsAnswered | 4 Replies | 883 Views | Created by FrancisO5 - Sunday, April 17, 2016 9:48 AM | Last reply by Gary Liu - MSFT - Monday, April 18, 2016 6:27 AM -
0 Votes
[Node.js][Mobile Apps] Azure Mobile Apps - Scheduler doesn't work after migration from Azure Mobile Services
Hi there, The document at https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-migrating-from-mobile-services/ should ...Answered | 3 Replies | 782 Views | Created by person who needs help - Monday, May 9, 2016 11:04 AM | Last reply by Gary Liu - MSFT - Wednesday, May 11, 2016 5:55 AM -
0 Votes
Turn off Nagling from Node.js API
Hi Alan, I don't familiar with Node.js, from my research, I found that we can disabled the Nagle algorithm in your code by setting setNoDelayto true, please have a ...Answered | 3 Replies | 1710 Views | Created by Alan Z - Friday, July 25, 2014 1:58 AM | Last reply by Jambor yao - Monday, July 28, 2014 7:38 AM - Items 1 to 20 of 2591891 Next ›
No announcements