- D Web Development
- Kai Nacke
- 278字
- 2021-07-16 09:35:31
Chapter 1. Getting Started with Your First Web Application
Today's World Wide Web is shaped by sites, such as Facebook and Amazon, that handle millions of users. The vibe.d framework is designed to create fast and scalable web applications. A significant difference from other frameworks is the use of the D programming language.
In this chapter, you will learn the following:
- How to install a D compiler and the DUB package manager
- What the prerequisites of the vibe.d framework are
- What the project structure and files created by the DUB package manager are
- How to create a simple web application How to develop with the D programming language
The D programming language is a general purpose programming language that offers modern convenience, modeling power, and native efficiency with a familiar C-style syntax. If you are new to D, then you should visit definition, references to the standard libraries, downloads for the D compiler, and a lot of other tools.
If you have any questions about D, then visit the web forum at http://forum.dlang.org/.
To develop an application in D, all you need is your favorite text editor and the D compiler. The vibe.d framework is used for web applications. You can find information about vibe.d and the programming documentation at http://vibed.org/. For any questions about vibe.d, you can use the web forum at http://forum.rejectedsoftware.com/groups/rejectedsoftware.vibed/.
The vibe.d framework has some external dependencies, too. It requires the event notification library libevent and the OpenSSL libraries. If you need more information about these libraries, then please visit http://libevent.org/ and https://openssl.org/.
The following section describes how to install the D compiler, package manager DUB, and dependencies on your operating system.
- Java逍遙游記
- 一步一步學(xué)Spring Boot 2:微服務(wù)項目實戰(zhàn)
- JavaScript前端開發(fā)模塊化教程
- Python機器學(xué)習(xí):數(shù)據(jù)分析與評分卡建模(微課版)
- FreeSWITCH 1.6 Cookbook
- Xamarin.Forms Projects
- 移動界面(Web/App)Photoshop UI設(shè)計十全大補
- Julia高性能科學(xué)計算(第2版)
- Getting Started with LLVM Core Libraries
- Integrating Facebook iOS SDK with Your Application
- 深入淺出React和Redux
- 小程序,巧應(yīng)用:微信小程序開發(fā)實戰(zhàn)(第2版)
- Raspberry Pi Robotic Projects(Third Edition)
- Backbone.js Testing
- Python預(yù)測之美:數(shù)據(jù)分析與算法實戰(zhàn)(雙色)