Examples
October 19, 2018Less than 1 minute
Examples
You can find examples demonstrating features of pywebview in the sidebar.
Below there are a couple of non-trivial examples that demonstrate an application architecture.
React Boilerplate
React boilerplate with parcel-bundler. A complete React-based boilerplate with installation, usage and building taken care of out of the box.
React boilerplate with create-react-app. A complete React-based boilerplate with installation, usage and building taken care of out of the box.
Serverless application
A simple todo application that uses serverless architecture. Communication between frontend and backend is provided by built-in API.
Windows
macOS
Linux
HTTP server application
In this example communication between frontend and backend is facilitated by a Flask server.