Node.js: Extend and Maintain Applications + large scale

Posted FigureSkating

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Node.js: Extend and Maintain Applications + large scale相关的知识,希望对你有一定的参考价值。

https://blog.risingstack.com/node-js-mysql-example-handling-hundred-gigabytes-of-data/

My secondary goal with this article is to help you decide if Node.js + MySQL is a good fit for your needs, and to provide help with implementing such a solution.

https://www.lynda.com/Node-js-tutorials/Architecting-Enterprise-Scale-Node-js-Applications/569191-2.html

  • Adding debugging
  • Getting started with refactoring
  • Transforming slack-client into a class
  • Creating a test infrastructure with Mocha, Should, and Istanbul
  • Creating tests for the service registry
  • Setting up continuous integration with Codeship
  • Adding automated security audits with Snyk
  • Adding endpoint security
  • Setting up your servers for deployment

以上是关于Node.js: Extend and Maintain Applications + large scale的主要内容,如果未能解决你的问题,请参考以下文章

Node.js配置And HelloWorld

Practical Node.js (2018版) 第7章:Boosting Node.js and Mongoose

nginx and node.js配合使用 helloworld

如何在 Node.js 中使用 Sequelize 运行 AND 和 Or 运算符

[Node.js] Testing ES6 Promises in Node.js using Mocha and Chai

[Node.js] Test Node RESTful API with Mocha and Chai