- 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:
推薦閱讀
- Expert C++
- Building Modern Web Applications Using Angular
- Java入門經典(第6版)
- Mastering JavaScript Object-Oriented Programming
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- 軟件測試工程師面試秘籍
- C語言程序設計
- 征服RIA
- 算法訓練營:提高篇(全彩版)
- Ext JS 4 Web Application Development Cookbook
- 網站構建技術
- 精通MATLAB(第3版)
- Oracle GoldenGate 12c Implementer's Guide
- Processing創意編程指南
- Android傳感器開發與智能設備案例實戰