What's the etiquette on porting Mastodon to non-Ruby-on-Rails frameworks? I feel like the invitation is there, but it makes it hard to port innovations back to the main codebase.
@noelle my take on this is that the javscript client (which is already basically a single-page app) should be split apart from the rails app so people can experiment with new server things independent of the clients, and visa versa