简体   繁体   English

是否可以在没有node.js的情况下使用Ionic来构建托管的Web应用程序?

[英]Can I use Ionic without node.js to build a hosted web app?

I am interested in using Ionic to build a web app. 我对使用Ionic构建Web应用感兴趣。 The tabs, form stuff, integration with angular.js... everything looks like it should work great. 选项卡,表单内容,与angular.js的集成...一切看起来应该很好用。

However, Ionic also looks to be geared towards creating native apps for Android and IOS. 但是,Ionic似乎也致力于为Android和IOS创建本机应用程序。 It relies on node.js for services. 它依靠node.js来提供服务。 I'll just be hosting it on my client's shared hosting account - I won't be able to get node.js working for it. 我只是将其托管在客户的共享托管帐户上-我将无法使node.js正常运行。 I don't intend to develop the app to use any services, so I don't think I need node.js. 我无意开发该应用程序以使用任何服务,因此我认为我不需要node.js。 I'll plan to communicate with my DB via http post. 我打算通过http帖子与我的数据库进行通信。

I am interested to know - is there any reason I wouldn't do this? 我很想知道-有什么理由我不会这样做吗? If I am not using any other means of communicating with a server, will I be okay without node.js? 如果我没有使用任何其他方式与服务器通信,那么没有node.js可以吗? Is there a better option for creating an html5 mobile 1 page web app? 有没有更好的选择来创建html5移动1页Web应用程序?

I also don't intend to access the camera, accelerometer, or any of that kind of thing, so I don't think I'll need cordova, either. 我也不打算使用相机,加速度计或任何类似的东西,所以我也不认为我需要科尔多瓦。

ionic仅将node.js用于开发,而对于后端提议则不一定要进行构建,测试和部署之类的操作

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在不带node.js的情况下通过xampp使用angularjs进行服务器通信? - How can I use angularjs with xampp but without node.js for server communication? 如何在不显示API密钥的情况下使此代码正常工作? 我在Node.js / Angular / Express上构建为应用程序 - How can I make this code work without showing my API keys? I am building as app on Node.js/Angular/Express Node.js/ Ionic 应用程序未在 Heroku 上正确部署 - Node.js/ Ionic app not deploying correctly on Heroku 我如何将Node.js实现为Ionic / Angular应用程序? - How would I implement Node.js into an Ionic / Angular application? MEAN Stack:如何在不提供域名的情况下使用交付node.js应用程序? - MEAN Stack : How to use deliver a node.js app without giving it a domain name? 使用angularjs和node.js时的Web应用程序文件夹结构 - Web app folder structure when using angularjs and node.js Linux Azure Web应用程序上的node.js部署错误 - Error with node.js deployment on Linux Azure web app 使用Node.JS作为REST服务器和Web服务器 - Use Node.JS as REST server and web server 如何在没有画布的情况下在 Node.js 中生成 QR 图像? - How can I generate QR images in Node.js without canvas? 通过Node.js安装Ionic失败 - Installing Ionic via Node.js fails
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM