hybrid app development using phonegap and ADO.NET [closed] - javascript

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I'm new to web application development.I want to develop a hybrid application which works for Andriod, iOS and desktop as well using phonegap. I'm thinking of mySQl as the database and ADO.NET layer(web Services) on that which communicates with javascript for sending data to and fro.Is this achievable?
Any other suggestions are also welcomed.Thanks in advance

Yes , you this will be achievable as you want to develop hybrid application. Best way for CURD operation in phonegap is JSON

Related

Create A Windows 10 App Using HTML, CSS JavaScript [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
I'm trying to create a Windows 10 application using HTML CSS and JavaScript... I already have the code saved but I need a way to open it as a .exe file or something... It needs to be a separate file that I can open in a new window.
Thanks in advance!
To create an application using web technologies, such as HTML, CSS, and JavaScript, I will recommend you start looking into the Electron Framework which allows you to use web technologies resources for app development.

How to implement a chat feature on Laravel Application? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I have
a web-application that use :
Laravel for the back-end
Angular for the front-end.
I finished
implement the whole
user-authentication
register
log-in/log-out
forgot-password
reset-password
email activation
Now, I want
to add a chat feature to allow my users to chat with each other.
How do we make something like that ? How do we start ?
For anyone that have done this, how did you start ?
Any hints or suggestions on this will be much appreciated.
Actually chat application should not be done in pure PHP i would build chat application on the top of socket.io
https://github.com/krimple/angular-socketio-chat and pushing messages from laravel to socket.io client (angular)
http://www.codetutorial.io/laravel-5-and-socket-io-tutorial/

HTML App for Mac/Windows [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I wanted to create a program coded in HTML/CSS/JS, I already looked at cordova and phonegap, the only problem here is that I don't want to create an iOS or Android app, I want to create a Mac/Windows App. As far as I know there isn't the possibility in cordova or phonegap to create a Mac/Windows App (even though I believe I saw something similar to this in an old version of phonegap). So, do anyone of you have any idea how to make this possible?
Greetz,
Zocker3333.
Try looking at nodewebkit. This can build HTML/JS based applications for Windows, Mac and Linux and is based around Node.JS

how to port javascript web application to iOS application? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have a web app how can I port it to iOS app? The app should be seemed native for the iOS.
The web app is written in Javascript.
You can easily create iOS apps using one of this two platforms:
AppAccelerator or PhoneGap. (however I would suggest to use PhoneGap)

How to start a chat client app on various platforms [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
Basically I'm trying to develop an App that sends some information (Text and Images) to a server and then this server redirects the info to a other devices.
What framework do you know to handle realtime communicaction between users?, I've checked Firebase (Firebase Cloud Messaging), and also I have checked frameworks like ionic to be able to develop once and then deploy in various platforms.
Check out app warp - it pretty much has all the server code written for you already:
http://appwarp.shephertz.com/
It's mostly used for games, but you can easily use their services for IM.

Categories

Resources