mirror of
https://github.com/aantron/dream.git
synced 2025-11-02 00:24:08 -04:00
Each subdirectory here is a complete project. If you like one, you can copy it
out and use it to get started! You can run each example from its directory by
typing make.
1-hello— the simplest Dream server; responds to every request with the same friendly message.2-middleware— adds the first Dream middleware: the logger.3-counter— our content is now slightly dynamic!4-router— different handlers for different paths.5-catch— centralize your error page and run the debugger.6-template— render responses from templates and guard against XSS.7-form— reading forms and CSRF prevention.8-sql— finally CRUD!9-cookiea-queryb-staticc-streamingd-localse-ajaxf-websocketg-sslh-logini-i18nj-graphqlk-http2l-metadatam-migrationn-testing