hgeorgsch / armchar-swish

ArM character server implementation using Haskell and Swish
GNU General Public License v3.0
0 stars 1 forks source link

Write updated graphs to file #51

Open hgeorgsch opened 2 years ago

hgeorgsch commented 2 years ago

It is critical to be able to persist updated graphs. It is not clear how to do this. Alternatives include,

  1. serving the file over HTTP
  2. updating the server side file
  3. making a new serve side file with a new file name
  4. running the file through git (somewhat like gitit does)