Production Apps on Anvil

Hi @james0374,

We had a requirement to live sync two web applications.
Not sure if you could do that with an sql database - with firebase that is quite easy.
I connect with firebase via the python sdk server side and with the javascript sdk client side. (All with a custom python wrapper)

Just to be clear as others said you can install any python package server side. On the client however only a subset is available through skuplt.
So server side you should never ever have a problem.

2 Likes