- NGINX Cookbook
- Tim Butler
- 95字
- 2021-07-03 00:04:32
High speed Beego with NGINX
Although Go is a relatively new programming language, its popularity has been rapidly increasing as the demand for higher performance and greater scalability increases. Go is derived from Google's desire to scale rapidly, yet safely, and already has a number of web frameworks available.
One of the most popular frameworks is Beego, an easy to use MVC-based web framework with integrated REST and code hot compile. By harnessing the performance of Go, Beego can outperform other frameworks (using a different programming language) by more than ten times in many instances.

推薦閱讀
- Vue.js設計與實現
- Google Flutter Mobile Development Quick Start Guide
- OpenShift開發指南(原書第2版)
- C# 從入門到項目實踐(超值版)
- SQL for Data Analytics
- INSTANT CakePHP Starter
- Groovy for Domain:specific Languages(Second Edition)
- Jenkins Continuous Integration Cookbook(Second Edition)
- Mastering Linux Security and Hardening
- Julia for Data Science
- uni-app跨平臺開發與應用從入門到實踐
- 從Excel到Python數據分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應用
- Node.js從入門到精通
- 零基礎學C語言(第4版)
- INSTANT Apache ServiceMix How-to