Writing Web Apps in Go
Writing Web Apps in Go Andrew Gerrand Rob Pike May 10, 2011 Feedback http://goo.gl/U5rYj #io2011 #DevTools What is Go? A programming language for today's world • Go is fun, efficient, and open source CPU-intensive tasks, – designed for modern hardware (multicore, networks), – aimed at software such as web servers, – ... but turned out to be a great general-purpose language. • True open source – all development 5 Overview • News from a year of development. • A web server written in Go. • Deploying Go in production. • Prerequisite: some knowledge of web servers, not much Go. • Some big announcements and fun0 码力 | 66 页 | 712.40 KB | 1 年前3Building Robot Apps
0 码力 | 18 页 | 14.80 MB | 1 年前3Resilient Apps with Angular 2
Resilient Apps with Angular 2 @giorgionatili @giorgionatili // #mobiletea @giorgionatili • Engineering Lead (McGraw-Hill Education) • Community fellow since 2004 • Open source fanatic • @giorgionatili // #mobiletea Handling Offline Status @giorgionatili // #mobiletea Resilient Apps • Treat offline as the norm • All request must have a fallback • Use available API's to detect #mobiletea Offline Statuses @giorgionatili // #mobiletea Offline is a New Opportunity • Designing apps and their interfaces for intermittent connectivity leads to an abundance of new scenarios and problems0 码力 | 62 页 | 1.89 MB | 1 年前3Easy routing for local development - Using Traefik for routing paths to web apps - Setup a reverse proxy
0 码力 | 5 页 | 576.61 KB | 1 年前3Awesome Native Apps with NativeScript and Angular
Awesome Native Apps with NativeScript and Angular - Rowdy Rabouw - jfokus 2018 - @rowdyrabouw 1/120 AWESOME NATIVE APPS WITH NATIVESCRIPT AND ANGULAR! Awesome Native Apps with NativeScript and Angular Angular - Rowdy Rabouw - jfokus 2018 - @rowdyrabouw 2/120 Rowdy Rabouw 4 Freelance web and app developer 4 Lead developer Nationale-Nederlanden Pension App 4 Progress Developer Expert for Nativescript nativescript.nl Awesome Native Apps with NativeScript and Angular - Rowdy Rabouw - jfokus 2018 - @rowdyrabouw 3/120 Rowdy Rabouw 4 Superhero movies 4 Formula One Awesome Native Apps with NativeScript and Angular0 码力 | 120 页 | 31.85 MB | 1 年前3《Slides Dev Web》 09. Services Web
09.Services Web 19 décembre 2023 Développement web il3 Services web HE-Arc (DGR) 2022 Applications distribuées • Motivation : répartir l’exécution sur plusieurs machines – Principe : Les composants/services abstraction différences – Exemples : RPC, RMI (java), CORBA, DCOM (MS) • Utiliser les technologies du web, comme HTTP et XML : – indépendantes de la plateforme, éprouvées, largement utilisées • Système distribué rvices 1 Service web • 2 visions : – Utiliser les technos web pour développer des applis distribuées – Accès pour une application aux services offerts aux humains • Service web = webapp pour une autre0 码力 | 6 页 | 47.90 KB | 1 年前3Beautiful Native Mobile Apps with NativeScript and OpenEdge
Beautiful Native Mobile Apps with NativeScript and OpenEdge Edsel Garcia OpenEdge Development Team May 2018 2 © 2018 Progress Software Corporation and/or its subsidiaries or affiliates. All rights affiliates. All rights reserved. OpenEdge Data Service Architecture Swift, Java, TS, NodeJS Tomcat Web Server REST/ HTTP? UI Logic JSDO NativeScript CSS TypeScript DataSource 5 © 2018 Progress Catalog ▪ Location:/PASOEContent/static ▪ URI: Service URI: http:// : /<web-app>/static/ .json 10 © 2018 Progress Software Corporation and/or its subsidiaries or 0 码力 | 27 页 | 1.54 MB | 1 年前3Go Web编程
《Go Web 编程》 《Go Web 编程》 因为自己对Web开发比较感兴趣,所以最近抽空在写一本开源的书籍《Go Web编程》《Build Web Application with Golang》。写这本书不表示我能力很强,而是我愿意分享,和大家一起分享Go写Web应用的一些东西。 对于从PHP/Python/Ruby转过来的同学了解Go怎么写Web应用开发的 对于从C/C++转过来的同学了解Web到底是怎么运行起来的 对于从C/C++转过来的同学了解Web到底是怎么运行起来的 我一直认为知识是用来分享的,让更多的人分享自己拥有的一切知识这个才是人生最大的快乐。 这本书目前我放在Github上,我现在基本每天晚上抽空会写一些,时间有限、能力有限,所以希望更多的朋友参与到 这个开源项目中来。 撰写方法 撰写方法 文件命名 文件命名 每个章节建立一个md文件,如第11章的第3节,则建立11.3.md 11.3.md。 这样读者就可以把相应的Markdown文件编译成html文件,执行go build build.go,执行生成的文件,就会在底目 录下生成相应的html文件 交流 交流 欢迎大家加入QQ群:259316004 《Go Web编程》专用交流群 大家有问题还可以上德问上一起交流学习:http://www.dewen.org/topic/165 致谢 致谢 首先要感谢Golang-China的QQ群10231980 码力 | 295 页 | 5.91 MB | 1 年前3The Swift Programming Language (Swift 5.7) - Apps Dissected
describes an HTTP status code. An HTTP status code is a special value returned by a web server whenever you request a web page. A status code of 404 Not Found is returned if you request a webpage that doesn’t Tuples are particularly useful as the return values of functions. A function that tries to retrieve a web page might return the (Int, String) tuple type to describe the success or failure of the page retrieval form, and to read and write those characters to and from an external source such as a text file or web page. Swift’s String and Character types are fully Unicode-compliant, as described in this section0 码力 | 1040 页 | 10.90 MB | 1 年前3Build web application with Golang
struct Object-oriented interface Concurrency Summary Web foundation Web working principles Build a simple web server How Go works with web Get into http package Summary HTTP Form Process form Prevent hijack of session Summary Text files XML JSON Regexp Templates Files Strings Summary Web services Sockets WebSocket REST RPC Summary Security and encryption CSRF attacks Filter inputs 15.7 1.16 1.17 Build a web framework Project program Customized routers Design controllers Logs and configurations Add, delete and update blogs Summary Develop web framework Static files Session0 码力 | 327 页 | 1.63 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100