paysage
paysage copied to clipboard
code objects for a playground should be persistent and reloaded from the server
Code Objects are persistent in memory at the moment.
Heroku is closing down our instance as soon as it detects inactivity so playground objects in memory on the server are lost a few minutes after stopping sending code. Then loading the playground just return an empty one
With #53, creatures' code is loaded at server startup, and save at each update.