Skip to content

Messaging App that consumes RabbitMQ messaging server via WebSockets.

Notifications You must be signed in to change notification settings

ewojjowe/messaging-app

Repository files navigation

Messaging App

The Documentation Compendium


Table of Contents

About:

This messaging app is written with the Angular framework. It uses RxStomp to connect with to RabbitMQ messaging server via WebSockets. A wrapper over STOMP.js which exposes the STOMP operations as RxJS Observables. It provides almost all operations provided by the underlying library.

Deliverables:

  • All code that is written as part of this test should be submitted to us for review. The files themselves can be sent directly to us via email or file sharing (Google Drive, Dropbox, etc.), or the code can be committed to a public Github repository, and the link to that repository can be provided to us.

Acceptance Criteria:

  • Should connect to the provided RabbitMQ messaging server via Websockets
  • Should be able to send a message using the provided server
  • Should show current connection status of the application
  • Should show a history or list of any messages sent

Development server:

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

About

Messaging App that consumes RabbitMQ messaging server via WebSockets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published