cns-iu / xmacroscope

The xMacroscope provides a way for museum visitors to build and interpret visualizations that use data generated by the visitors during their exhibit experience.
https://xmacroscope.org
MIT License
4 stars 3 forks source link

Hot module reload for GraphQL / DB server #145

Open bryankennedy opened 6 years ago

bryankennedy commented 6 years ago

Examine whether it's possible to have the GraphQL server and Sequelize code run within a webpack hot module reload setup that would reflect model, resolver, or schema changes. Right any changes to the code on the server side require a hard shutdown and startup of the server setup. This is a minor annoyance in development. I'm not sure if the apollo-server or webpack setup that we're using would allow for it.

bryankennedy commented 6 years ago

I did a bit of looking into this on another project. It's not very straightforward. Will leave over as a "nice to have" for the future.