- Joined
- Sep 20, 2018
- Messages
- 3,959
Just a quick plug for Nebula - they've been around SLU and VVO longer than I have, and knows what they're talking about. I've never had any personal dealings, but Christopher would have shirley run them off a long time ago if they weren't at least moderately trustworthy.
Still, too early yet to set up a backend, whatever data needs are required during preliminary development can be handled by wrapper functions calling link set data functions to emulate calls to a database on a separate object with inter-object communication via chat.
(I know it would be easier to have the link set data stored in the same object, but in production the data comes back via an event, and if data access via event-driven code isn't baked in at an early stage, it's going to be much harder to switch over to http.)
Still, too early yet to set up a backend, whatever data needs are required during preliminary development can be handled by wrapper functions calling link set data functions to emulate calls to a database on a separate object with inter-object communication via chat.
(I know it would be easier to have the link set data stored in the same object, but in production the data comes back via an event, and if data access via event-driven code isn't baked in at an early stage, it's going to be much harder to switch over to http.)


