github.com/System-Glitch/goyave/v2@v2.10.3-0.20200819142921-51011e75d504/docs_src/src/README.md (about) 1 --- 2 home: true 3 heroImage: /goyave_512.png 4 actionText: Get Started → 5 actionLink: /guide/ 6 footer: MIT Licensed | Copyright © 2019 Jérémy LAMBERT (SystemGlitch) 7 meta: 8 - name: "og:title" 9 content: "Goyave - Elegant Golang Web Framework" 10 - name: "twitter:title" 11 content: "Goyave - Elegant Golang Web Framework" 12 - name: "title" 13 content: "Goyave - Elegant Golang Web Framework" 14 --- 15 16 <p class="center"> 17 Goyave is a progressive and accessible web application framework focused on REST APIs, aimed at making backend development easy and enjoyable. It has a philosophy of cleanliness and conciseness to make programs more elegant, easier to maintain and more focused. Get started quickly and master all its powerful functionalities thanks to its extensive documentation. 18 </p> 19 20 <div class="features"> 21 <div class="feature" id="feature-clean"> 22 <img :src="$withBase('/undraw_code_typing_7jnv.svg')" width="275" alt="Clean"> 23 <div> 24 <h2>Clean Code</h2> 25 <p>Goyave has an expressive, elegant syntax, a robust structure and conventions. Minimalist calls and reduced redundancy are among the Goyave's core principles.</p> 26 </div> 27 </div> 28 <div class="feature" id="feature-fast"> 29 <img :src="$withBase('/undraw_speed_test_wxl0.svg')" width="275" alt="Fast"> 30 <div> 31 <h2>Fast Development</h2> 32 <p>Develop faster and concentrate on the business logic of your application thanks to the many helpers and built-in functions.</p> 33 </div> 34 </div> 35 <div class="feature" id="feature-powerful"> 36 <img :src="$withBase('/undraw_upgrade_06a0.svg')" width="275" alt="Powerful"> 37 <div> 38 <h2>Powerful functionalities</h2> 39 <p>Goyave is accessible, yet powerful. The framework includes routing, request parsing, validation, localization, testing, authentication, and more!</p> 40 </div> 41 </div> 42 </div>