|
|
|
|
|
by jvink
3685 days ago
|
|
I understand. You're not forced to use the CLI create/build/run commands for anything. They just make it easier, but you are in no way tied to this. Building the module itself can be done on your own for example, as it is just a normal dynamic library you can use whatever build system you want. I've considered time and time again to turn kore into a "library" that you can link against and include into your own applications but every time I decided against it as it didn't give me any real benefits. It would make certain things considerable harder, who takes care of the worker processes? Who takes care of the logging and the internal message relaying? Having this abstracted away in a library is probably possible but adds tons of expectations on your own application. Having Kore as the platform your code runs under makes this easier. Thanks for explaining however, very insightful! |
|