TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Can we use Node.JS in banking app?

2 点作者 sachin0235将近 12 年前
I have read a lot about Node js and want to use it in a certain portion of a banking app where users can collaborate in a forum like interface. My question is, considering security is node.js is maturated and capable enough to be used in a banking system? With security i mean HACKERS.

5 条评论

kls将近 12 年前
You need to look at your data, you need to look at the sensitivity of that data and check it against current laws at the least and company policy at the best. You then need to ensure that the technology complies with privacy, PCI and any other regulating bodies that may have guidelines or regulations on technology. Then you have to decide whether Node can provide the level of data protection you need. They have a crypto set so a lot of it can be dealt with with crypto but I don't know that there are any PCI modules built so if you have PCI requirements you may have to roll your own token exchange to be compliant should you have PCI concerns. There is not enough information to go on in your post to know if using Node is a good or bad idea.
iends将近 12 年前
I don&#x27;t think the term HACKERS means what you think it means.<p>In any case, I imagine if you&#x27;re already working at a bank and the CIO, you can introduce node quite easily to your organization.<p>If you&#x27;re building a product to sell to banks, I imagine you&#x27;re going to have to stick with Java&#x2F;C# but might be able to get away with Scala (only because of the JVM). Node will just be perceived as too cutting edge for many organizations.
ethanbond将近 12 年前
It seems if you&#x27;re building an app that needs lots of security you should be able to discover this answer on your own or find someone who can work with you in discovering this answer?<p>Products built on even the most bulletproof platforms still need robust security measures.
sachin0235将近 12 年前
Thank you guys for your valuable comments and suggestions. We are still gathering requirements and i myself is not aware of the level of security they needed. I am evaluating different solutions for different components of a big architecture. Thanks again!!
dopee将近 12 年前
if you have to ask...