https://github.com/pocketfood/xmpp-socket-UI
Send simple one way messages using Xmpp, express, ejs and sockets
https://github.com/pocketfood/xmpp-socket-UI
ejs-express stanza stanzajs xmpp
Last synced: 7 months ago
JSON representation
Send simple one way messages using Xmpp, express, ejs and sockets
- Host: GitHub
- URL: https://github.com/pocketfood/xmpp-socket-UI
- Owner: pocketfood
- Created: 2022-08-27T06:28:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-15T00:50:53.000Z (about 3 years ago)
- Last Synced: 2025-02-13T05:18:01.603Z (8 months ago)
- Topics: ejs-express, stanza, stanzajs, xmpp
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xmpp-socket-UI
Send simple one way messages using Xmpp, express, ejs and sockets`npm install && node app.js`
The websockets link to messages so you have to run the server send message from client in order to link with websocket. Thanks to carbon messaging all the messages coming from you will go to all of your devices in real time.
---
Node app.js then send a message from client to link with socket id. Once client is linked you can send messages from UI.
This is not a bug.