aboutsummaryrefslogtreecommitdiff
path: root/games/rstnode/rst-core/src/wire/mod.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rstnode: refactoring server and client components into rst-coreHEADmasterKatharina Fey2021-02-141-6/+5
| | | | | | * Add an inbox/ outbox system to server components * Define a data flow from Request -> computation -> Update * Create simple handlers to call server or client code for requests
* rstnode: add network packet envelope to wire typesKatharina Fey2021-02-111-7/+6
|
* rstnode: restructure project into workspace and sub-cratesKatharina Fey2021-02-061-0/+68