Skip to content

Subscriber server & ui wich exposes event API for pub/sub demonstration

Notifications You must be signed in to change notification settings

tmforum/DS_SUBSCRIBER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DS SUBSCRIBER

This application contains a J2SE web server to capture events & Angular UI to display them.

Build

mvn package

Installation

Unzip target/subscriber-2.0.zip in your destination directory

/subscriber-2.0
   /angularUI
   /lib
   /postman
   startServer.sh

Start Server

$ ./startServer.sh <port> with default port=9000]

Requests are persisted in tmp

API

  • POST - /event : Event creation
  • GET - /history : List all events
  • DELETE - /history : Delete all events
  • GET - /current : Get the last event

Postman

import postman/subscriber.json.postman_collection to play with subsciber api

Angular UI

Open ui/index.html

About

Subscriber server & ui wich exposes event API for pub/sub demonstration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published