Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omkarcloud/stanzajs-ejabberd-example
https://github.com/omkarcloud/stanzajs-ejabberd-example
ecommerce-platform ecommerce-website
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/omkarcloud/stanzajs-ejabberd-example
- Owner: omkarcloud
- Created: 2020-09-03T10:36:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-06T06:17:34.000Z (over 1 year ago)
- Last Synced: 2023-08-06T07:25:35.634Z (over 1 year ago)
- Topics: ecommerce-platform, ecommerce-website
- Language: TypeScript
- Homepage:
- Size: 215 KB
- Stars: 10
- Watchers: 4
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The purpose of this application is for you to learn to implement pubsub practically.
As when I started with XMPP there were really not much resources to learn. I somehow learnt it the hard way. This is the application I wanted to see when I wanted to learn about xmpp in general.Prerequisites
You will need to have an xmpp server running see ejabbers.server.setup to learn how.After you followed steps ejabbers.server.setup.README.md you can run yarn start to run the application
Additional Notes
It is more prudent and time saving to use the services of other providers such as firebase to implement pubsub then to do it by yourself as a professional level pubsub implementation takes a lot of time and effort to build it.Messsaging
MongooseIM is also an XMPP based MUC project that might be helpful to look into.