Hi all, I want write an application with a Web UI (e.g. a chat) that has a local state (specific for each client) and global one (a state bind to web server). These requirements are useful for example to permit communications between different client (e.g. into a chat) and/or handle centralized resources (like a DB connection shared by all client and created once into web server).
How can I do that? Many thanks in advance Leonardo
