mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-08 05:53:22 +00:00
8 lines
406 B
Plaintext
8 lines
406 B
Plaintext
The cross platform todo illustrates how to use Nimrod to create a backend
|
|
called by different native user interfaces.
|
|
|
|
This example builds on the knowledge learned from the cross_calculator example.
|
|
Check it out first to learn how to set up nimrod on different platforms.
|
|
Additional implementations are provided at the external
|
|
https://github.com/gradha/nimrod-crossplatform-todo github repository.
|