Skip to content

groupchat using stomp protocol, publish/subscribe one-to-many protocol

Notifications You must be signed in to change notification settings

bysz71/Group_chat_stomp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Group_chat_stomp

groupchat using stomp protocol, publish/subscribe one-to-many pattern

This is a Massey University 159339 Internet Programming assignment project. The purpose of this project is to write a client program to interact with ActiveMQ MOM to implement micro-blogging/groupchat Only HTML and JavaScript will be used, backend app is not permitted. The AcriveMQ MOM is deployed on the Amazon Cloud by the tutor of this paper so it may not last long.

The web application uses stomp.js library to form client program via WebSockects api. The program read in a given XML file with required URL to connect to the Active MO broker and a list of all topics. Users can login to the service with their own Id and password and publish text to thier own topics and subscribe/desubscribe... to any topics in the list which the whole program acts like a chatting room, the message will be sent and received instantly.

About

groupchat using stomp protocol, publish/subscribe one-to-many protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published