Introduction - 使用Golang 打造Web 應用程式 - Will 保哥的IT ...
文章推薦指數: 80 %
這本書是專為Golang 新手開發者所寫,原始內容皆來自Build Web Application with Golang 專案,感謝所有貢獻者的付出與努力,希望大家會喜歡。
使使使用Golang打造Web應用程式Search…使使使用Golang打造Web應用程式IntroductionGo環境配置Go語言基礎Web基礎表單存取資料庫session和資料儲存文字檔案處理Web服務安全與加密國際化和本地化錯誤處理,除錯和測試部署與維護如何設計一個Web框架擴充套件Web框架參考資料PoweredByGitBookIntroduction這本書是專為Golang新手開發者所寫,原始內容皆來自BuildWebApplicationwithGolang專案,感謝所有貢獻者的付出與努力,希望大家會喜歡。
PurposeBecauseI'minterestedinwebapplicationdevelopment,Iusedmyfreetimetowritethisbookasanopensourceversion.Itdoesn'tmeanthatIhaveaverygoodabilitytobuildwebapplications;IwouldliketosharewhatI'vedonewithGoinbuildingwebapplications.ForthoseofyouwhoareworkingwithPHP/Python/Ruby,youwilllearnhowtobuildawebapplicationwithGo.ForthoseofyouwhoareworkingwithC/C++,youwillknowhowthewebworks.Ibelievethepurposeofstudyingissharingwithothers.ThehappiestthinginmylifeissharingeverythingI'veknownwithmorepeople.Acknowledgments四月份平民AprilCitizen(reviewcode)洪瑞琦HongRuiqi(reviewcode)边疆BianJiang(writetheconfigurationsaboutVimandEmacsforGodevelopment)欧林猫OlingCat(reviewcode)吴文磊WenleiWu(providesomepictures)北极星Polaris(reviewwholebook)雨痕RainTrail(reviewchapter2and3)LicenseThisbookislicensedundertheCCBY-SA3.0License,thecodeislicensedunderaBSD3-ClauseLicense,unlessotherwisespecified.正體中文翻譯Will保哥Blog(TheWillWillWeb)Twitter(WillHuang)Facebook(Will保哥的技術交流中心)NextGo環境配置Lastmodified1yragoCopylinkContentsPurposeAcknowledgmentsLicense正體中文翻譯
延伸文章資訊
- 1Best Golang Applications: 6 Companies Using the Go Language
Top Golang Apps – 6 Best Apps Made With Golang · 1. Golang banking app – Monzo · 2. Golang ecomme...
- 2Writing Web Applications - go.dev
Go is an open source programming language that makes it easy to build simple, reliable, and effic...
- 3分享下使用Golang + React Native开发APP的体验 - 知乎专栏
Golang从1.5版本开始就可以编写android端、ios端的移动应用了,但貌似尝试的人很少最近由于我闲得蛋疼,所以用Golang的写了个看小说的APP,下面说下开发中遇到的事。
- 4A Go package for building Progressive Web Apps
A package for building progressive web apps (PWA) with the Go programming language (Golang) and W...
- 5Go 建立一個簡單的web 服務- 使用Golang 打造Web 應用程式
前面小節已經介紹了Web 是基於http 協議的一個服務,Go 語言裡面提供了一個完善的net/http 套件,透過http 套件可以很方便的建立起來一個可以執行的Web 服務。