mastodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance, open to everyone, but mainly English and French speaking.

Administered by:

Server stats:

887
active users

@jcbrand I wonder whether it is possible for users to run converse.js from a file:// url?! This would make converse.js into a platform independent XMP client.

Is this possible? Are the respective packages available? (I did not find any.)

JC Brand

@kirschwipfel

No it's not possible and won't be.

It's trivial to run your own webserver, you can do `make serve` inside a checkout of the repo and then open localhost:8080/dev.html (or edit index.html to use local resources).

Or with Python you can run `python -m http.server` to create a local webserver.