Multi apps using 1 nano

Hi there. I’m using Nanos, I need a couple of apps to have access.

I can of course write in simple try:catch code with python, but is there anything I should be aware of before starting?

Would I better having all the code in the individual apps or write a module to import? I don’t see how it would make much difference apart from code size.

I’ve thought of writing a blink server that takes requests from multiple apps, but that adds a load of unneeded sockets for a local host.

Has anyone else done similar?

Many thanks.