I'm evaluating different zero-js blog solutions and Elderjs came with some high regards. After experimenting with it I noticed that whenever I'd change my origin line in the config file Elderjs would start to act funny:
- Websocket connections would try connecting a different hostname/port
- File changes wouldn't propagate (likely due to above)
I looked through the code and it seems like this http://example.com is hardcoded, but I couldn't pinpoint where the issue was.
I'm creating this issue to understand what the setting should be? Should there be better documentation around this?