Skip to content

Straightforward chat setup using the XMPP protocol and Svelte.

Notifications You must be signed in to change notification settings

tomasc/xmpp-svelte

Repository files navigation

xmpp-svelte

Getting started

  1. install yarn
  2. run yarn install to install JavaScript packages defined in package.json
  3. run yarn start to start development server that will rebuild the JavaScript code and reload your browser

Sharing the chat with someone else

  1. Run yarn build to compile your code to package folder
  2. You will only need the package folder to share your chat with someone else. They can then open the package/index.html file in their browser and get going with your chat.

About

Straightforward chat setup using the XMPP protocol and Svelte.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published