- Full Stack Web Development with Raspberry Pi 3
- Soham Kamani
- 164字
- 2021-07-15 17:10:30
Running our first node program
Node is a JavaScript runtime, which means that it is an environment on top of which you can execute your JavaScript code. It is recommended that you make a new folder for all project files that we will use throughout this book.
Managing all the project files can be done with either of these ways:
- Using your favorite text editor application on the Raspberry Pi (if you are using the Raspberry Pi's desktop)
- Using one of the Terminal editors, such as vi or nano. This can be done on SSH or through the Raspberry Pi Terminal application.
- Editing files on a repository on your own computer and pushing changes to the Pi using a version control management tool like Git.
The last method is the most efficient and also the least error-prone. In fact, I feel it's appropriate to take a brief diversion to set it up so that we can work with a much clearer standard going forward:
推薦閱讀
- Flask Web全棧開發(fā)實戰(zhàn)
- CentOS 7 Linux Server Cookbook(Second Edition)
- Backbone.js Blueprints
- 零基礎學Java程序設計
- Python數(shù)據(jù)挖掘與機器學習實戰(zhàn)
- 軟件項目管理實用教程
- Python深度學習:基于TensorFlow
- Extending Puppet(Second Edition)
- Android驅(qū)動開發(fā)權(quán)威指南
- INSTANT Yii 1.1 Application Development Starter
- Practical Microservices
- 你真的會寫代碼嗎
- 深入大型數(shù)據(jù)集:并行與分布化Python代碼
- JavaScript Mobile Application Development
- Cloud Development andDeployment with CloudBees