|
|
|
|
|
by ivere27
54 days ago
|
|
nice project. can I use it like a microservice?
in a small company, and installing Pollen in all computers.
then, running a business logic in there? instead of 'centeral servers'?
good to have WASM sandboxing everywhere. "Use idle company machines as a decentralized, sandboxed microservice cluster" |
|
You could also establish a dev cluster (/environment) where all devs run a local instance. You can iterate on services quickly, expose ngrok-like capabilities by exposing a local dev instance of a server with `pln serve 8080 test_server` for your colleagues to consume with `pln connect test_server`, etc, etc.
A more whacky idea I've not been able to get out of my head which might become possible as the access story solidifies: imagine a customer could access a controlled subset of your companies offering by having a delegated node, running in their own infrastructure, that ultimately you can delegate and revoke at any given time.