@debate-map/server-link
v1.0.17
Published
Tree-based mapping of beliefs, arguments, and evidence. (server link, used by clients)
Downloads
20
Readme
Debate Map (Server)
This repository contains the code for both:
- The "server": the NodeJS server, called by clients for db-writes, through which all db-writes are performed. (see Source/Server)
- The "server link": a module (see Source/Link), used by clients for db-reads and command-validation, containing the core code shared between server and client. (see Source/@Shared)