+ {JSON.stringify(midiEvent, null, 2)}
+
+ )}
+ Edit content/_index.md to see this page change.
Run the application in a browser, mobile app, desktop app, and on a server, with zero-config managed GitHub Actions workflows to compile and deploy/update each platform.
Add Markdown files to content to create new pages.
Real-time state synchronization is available out-of-the-box between clients in the same session. Focus on your feature-level code, rather than the complexity of managing state.
Edit your config in config/_default/params.toml.
Applications can run entirely offline in the client, and pivot when it needs to interact with a remote server, or optionally rely entirely on the server for business logic.
++ An isomorphic and flexible RPC layer allows actions to be run in the right context, determined by feature-level userland code, to fit the use case of the user's current action. +
Learn more in the Docs.
+