Elektrine lite

← Feed

@nasser@merveilles.town

Post #1645536

2026-04-17 16:47 UTC

specifically an *entirely offline* deployment of sawa is possible. you could move data back and forth on thumb drives for all it cares. interestingly, storage is the real linchpin. the network layer exists to update the storage in response to peer activity and dispatch events that the user interface can respond to. but sawa actually works without any network adapter at all. the full implications of this are not totally clear yet.

Replies (1)

  • @nasser@merveilles.town 2026-04-17 16:50

    eg for a sneaker net sawa your storage adapter could read/write to you file system/leveldb/sqlite and your network adapter could hook into USB mass storage events to react to a thumb drive being plugged in with new data. if you can implement the verbs sawa can't tell the difference between that and web sockets.

    Open ##1645537