An example of how this silly thing (Pilot) might work.
This example shows how Pilot can be used on both the client and the server with minimal configuration.
Right now it sorta works -- todos will be persisted in a json file between updates -- but there is a lot of messyness.
Other libraries used:
- Capsule (for dependency injection)
- Tink Web (for web stuff)
- Tink (for basically everything, because it is cool)
Compile the app and run node dist/index.js
in the console from the root folder. I'll add some real scripts later.