Skip to content

Instantly share code, notes, and snippets.

@vinceyoumans
Created October 14, 2011 02:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save vinceyoumans/1286127 to your computer and use it in GitHub Desktop.
Save vinceyoumans/1286127 to your computer and use it in GitHub Desktop.
this is my situation that I run into often. I develop iPHONE and ANDROID apps, and I have to communicate with .NET CLIENTS. SOme of these .NET developers have zero imagination, and think that everything needs to be .net... and they are making my life hell trying to setup services.
I have been training them to use json.net for MS... but they are just acting like jackasses... and wont use it. So I was thinking of creating a middleware service where they would write to mongodb or node.js ont he local server, and I would handle the services there... this way I can consolidate the logic on a server... and standardize the communication to my mobile devices. probably some debug benefits as well.
so I would me interested in finding some ways for .net to talk to node or mongodb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment