-
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Description
Currently there is only one platform inside platforms/
and it is called ssb
. This should be renamed nodejs-ssb
since it implements a high-level API in terms of the ssb-server
(and plugins) from the NodeJS ecosystem.
- Find all uses of direct
sbot
access in packages #104 - find all uses of directsbot
in packages. - implement high-level APIs in
ssb.*
namespace so that that direct access is not needed.