--
You received this message because you are subscribed to the Google Groups "Elm Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
In my understanding, node would "just" be a backend application, written in JS, serving the Elm application, and handling client ajax/rest commands, perhaps reading and updaing a mongo db.
Ideally (?), we would implement the backend with Elm too; write Elm that can work with Mongo, serve the client files, etc. I can almost see how gulp would serve us here (though I have no idea how Elm could talk to Mongo just yet, or implement client-server requests, etc).
But - at what point would node ever be executing Graphics.Element code? I feel I'm missing something fundamental here.
But - at what point would node ever be executing Graphics.Element code? I feel I'm missing something fundamental here.Oh, I was just referring to this and this. They used to come up if something you depend on referred to them, so not all code could run on node for kind of silly reasons. It's not super relevant, but general evidence that I'm starting to take steps towards node :)
--
Yes it does! Thank you. I've managed to get something working with gulp (it seems to be the NKotB), but it's rough at the moment. I'll check this out too.