我是否需要node.js来使用Angularjs? [英] Do I need node.js to use Angularjs?

查看:309
本文介绍了我是否需要node.js来使用Angularjs?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在我的网站上使用 angular.js 作为我的图像编辑工具。我还需要 node.js 吗?

I would like to use angular.js for my Image Editing Tool in my website. Do I need node.js also?

我不明白这种情况。如果我不需要那个,当nodejs和angularjs在一起时?

I don't understand the scenario. If I don't need that one, when nodejs and angularjs both together?

推荐答案

你不需要NodeJS来创建一个客户端图像编辑工具。

You don't need NodeJS for creating a client side image editing tool.

AngularJS是一个由Google和社区维护的Web应用程序框架,可帮助创建包含一个HTML页面的单页面应用程序在客户端使用CSS和JavaScript。

AngularJS is a web application framework, maintained by Google and the community, that assists with creating single-page applications, which consist of one HTML page with CSS and JavaScript on the client side.

但是如果有一天你想要将这些图像上传并存储在服务器上并让它们可以被多个客户端访问 - 那么是的你还需要一台服务器。这个服务器可以用NodeJS制作。

But if someday you will want to upload and store those images on a server and make them accessible by multiple clients - then yes you will also need a server. This server could be made with NodeJS.

这篇关于我是否需要node.js来使用Angularjs?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆