Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 668 Bytes

web-app-development.md

File metadata and controls

23 lines (18 loc) · 668 Bytes

I haven't looked at any of this stuff.

Web App Development

General: how to do SQL? How to generate/parse JSON? How to render templates? Looks like there is some codegen stuff?

Useful Core Web Packages

  • encoding/json
    • Uses reflection on names.
  • html/template
    • Same as text/template but with HTML escaping for safety. database/sql http net