Deployment ​
You can run Canvas applications on the server, entirely inside your browser, or split between the two like a traditional client-server application.
Which one you choose depends on the type of application you're trying to build.
Table of contents ​
In-browser applications ​
Recommended for: realtime applications, plugin stores, systems using blockchain sync.
TODO
Client-server applications ​
Recommended for: traditional web applications, social applications.
TODO
Server applications ​
Recommended for: replication servers, backend services.
TODO