Is their an exporter for NodeBB to switch back to MyBB or other forum software?
To elaborate more: NodeBB is good software but without a CSS and Template Editor it simply doesn't meet my needs and I'd like to switch back to MyBB if at all possible.
We typically opt for a horizontally scaled solution the moment we see the "concurrent users" metric hit 100. This is a conservative estimate, NodeBB can easily handle more, as you've experienced, but it is a good point to start thinking about solutions.
The "connection lost" message is usually caused because the URL at which you are visiting a NodeBB forum is not the "url" value set in config.json
I can be on mangolassi.it for hours. Then I leave that tab and work in another tab for a while, and then when I click back on the tab for mangolassi.it I will be spammed with connection lost.
@Dravere I tried this but it didn't seem to resolve the problem for me. I don't have the sites in sub-folders - I'm using different ports instead i.e 4567 and 4566
When you run two NodeBB forums on the same host but in different subfolders (e.g. http://example.com/tf1/ and http://example.com/tf2/) the session cookies will interfer with each other, because their path is set to '/'. This small change sets the path of the session cookies to the relative path if the relative path is set.
The cookies for the socket.io have their path already set correctly. So no change is necessary there.