Strange Web App [closed] - web

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I would like to create a web app (desktop and mobile versions) that can work with and without Internet connection but synchronizes data when Internet connection is available. The web app must be highly secure (transmission encryption and data encryption). I have though of Adobe Flex and Air as tools for development. Any other suggestions?

HTML 5 is the technology for you. Local storage is supported too.

Related

How to make a WAMP server secure. Is it possible? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Yesterday I setup a localhost on my network, and now am working on making it a public website. I read that self-hosting a website with WAMP can be very insecure, and poses high security risks. Is this true? How would I make my WAMP server secure? I currently have Windows Vista (most recent service pack), Kaspersky Pure 3.0, and WAMP 2.2. If you could please post a solution, or tips on keeping my self-hosted website secure, it would be greatly appreciated!Thank you!

Learning NodeJS [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Really need a book recommendation for mastering node.js.
From this list...or ?
http://www.chapters.indigo.ca/home/search/?keywords=nodejs&pageSize=12
I personally like http://www.nodebeginner.org/ as a foundation.
PeepCode Full Stack Node.js screencast https://peepcode.com/products/full-stack-nodejs-i helps to understand aspects of practical use.
Also Google for deploying Node.js applications to production as it is not as straightforward as with more traditional server side technologies on web and it can make an impact on your application strategy.

Node JS Live Reporting(Graphical) Modules [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I have a production web service built with Node JS(HTTP Server) on a Linux box with a HAProxy Load Balancer and wanted some kind of graphical tool to do live reporting on the server. I specially wanted to look at requests/min, request failures, etc. Anything out there people would suggest. I need something non-intrusive b/c I will be handling 20mil+ requests a day.
Have you looked at cube (https://github.com/square/cube), graphite/carbon (http://graphite.wikidot.com/) or opentsdb for such data monitoring/display?

Writing secure code: a practitioner's approach? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm looking for a good book on writing secure code, with an emphasis on mobile applications. A practitioner's approach would be better than a academic discussion of the theory/algorithms/etc.
What would you recommend?
'Writing Secure Code' by Microsoft is okay - if a tad Microsoft specific, and you could have a look at 'Developing Secure Mobile Applications for Android' by ISEC
See also Are there any coding guidelines for the Android platform that focus on security? and Android API/development security pitfalls, which are nominally focused on Android -- but actually raise issues that are relevant to every mobile application platform.

Is anyone using node.js with an OAuth2.0 authentication system? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Is there an OAuth2.0 library for Node.js, which is being used (or planned to be used) in a live, production system?
node-oauth is generally a good bet.
node-oauth provides some support for Oauth2.
"Also provides rudimentary OAuth2 support, tested against facebook connect and github. For more complete usage examples please take a look at connect-auth (http://github.com/ciaranj/connect-auth)" taken from https://github.com/ciaranj/node-oauth

Resources