Skip to content

Commit

Permalink
Deployed 3614354 with MkDocs version: 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Hallett committed May 23, 2023
1 parent 220c8b5 commit 74c0e3b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ <h1 id="beckett-framework">💫 Beckett framework</h1>
<p><em>The Efficient Framework for Building Type-Safe Python Web Servers and React TypeScript Websites</em></p>
<p><img alt="beckett logo" src="banner.jpg" /></p>
<p>Welcome to Beckett, a solution for rapidly constructing type-safe Python web servers and React TypeScript websites while ensuring consistent typing interfaces across both languages.</p>
<p>Beckett seamlessly combines the power of <a href="https://flask.palletsprojects.com/en/2.3.x/">Flask</a>, a popular Python web framework, with a robust <a href="https://www.typescriptlang.org/docs/handbook/react.html">React TypeScript</a> web server, providing a comprehensive full stack framework. Unlike other frameworks, Beckett eliminates the need for an intermediary domain language and tightly couples the Typed API interface, resulting in a more streamlined development process.</p>
<p>Beckett seamlessly combines the power of <a href="https://flask.palletsprojects.com/en/2.3.x/">Flask</a>, a popular Python web framework, with a robust <a href="https://www.typescriptlang.org/docs/handbook/react.html">React TypeScript</a> web server, providing a comprehensive full stack framework. Unlike traditional project set ups, Beckett eliminates the need for an intermediary domain language because it tightly couples the Typed API interface, resulting in a more streamlined development process.</p>
<p>At its core, Beckett features a sophisticated types manager that automatically synchronizes <a href="https://docs.python.org/3/library/typing.html">Python Type hints</a> and <a href="https://www.typescriptlang.org/docs/handbook/interfaces.html">TypeScript interfaces</a>. This means that as you make changes to your code, Beckett diligently keeps the API interface definitions in both languages in perfect harmony. Gone are the worries about compatibility issues when deploying changes—the Beckett framework ensures seamless deployments.</p>
<p>While Beckett is strongly opinionated, favoring specific design choices, it significantly enhances productivity by providing a cohesive development experience and reducing the time spent on manual synchronization.</p>
<h2 id="harnessing-powerful-tools-becketts-foundation">Harnessing Powerful Tools: Beckett's Foundation</h2>
Expand Down
Loading

0 comments on commit 74c0e3b

Please sign in to comment.