- D Web Development
- Kai Nacke
- 137字
- 2021-07-16 09:35:30
What you need for this book
You need a Linux, Windows, or Mac PC that is capable of running the DMD D compiler and the DUB package manager. Both software packages are available at http://code.dlang.org/. The vibe.d framework requires an SSL
library and the libevent
library to be installed. The various sources are described in Chapter 1, Getting Started with Your First Web Application.
In order to compile the examples, you need an Internet connection in order to allow the automatic download of dependent software.
For the example in Chapter 5, Accessing a Database, you need Redis 3.x (available at http://redis.io/), MongoDB 3.x (available at http://ww.mongodb.org/), and MySQL 5.x (available at http://dev.mysql.com/downloads/). Chapter 6, Using the REST Interface, uses CouchDB (available at http://couchdb.apache.org/) and Chapter 9, Power Your Application with vibe.d Extensions, uses Cassandra (available at http://cassandra.apache.org/).
- scikit-learn Cookbook
- 深入理解Android(卷I)
- 潮流:UI設計必修課
- Linux C/C++服務器開發(fā)實踐
- Access 數(shù)據(jù)庫應用教程
- JavaScript Unlocked
- Bulma必知必會
- Python王者歸來
- TypeScript圖形渲染實戰(zhàn):基于WebGL的3D架構(gòu)與實現(xiàn)
- ArcGIS By Example
- Building RESTful Python Web Services
- Working with Odoo
- Visual Basic 6.0程序設計實驗教程
- Extending Unity with Editor Scripting
- Vue.js 3應用開發(fā)與核心源碼解析