Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.11 KB

File metadata and controls

30 lines (22 loc) · 1.11 KB
copyright
years
2015, 2018
lastupdated 2018-05-25

{:new_window: target="_blank"} {:shortdesc: .shortdesc} {:screen: .screen} {:codeblock: .codeblock} {:pre: .pre}

MQ Light API samples

{: #mql_samples}

** The MQ Light API is available as part of the Standard plan only.**

If you don't already have an app, try the {{site.data.keyword.mql}} API out with one of the samples. {:shortdesc}

The sample app actually consists of two simple apps: a web front end that sends messages to a back end and a back end that processes the messages, capitalizes the words, and then returns the messages to the front end. This sample shows how you can get apps talking to each other using the {{site.data.keyword.mql}} API. You can also use the {{site.data.keyword.mql}} API to perform worker offload; a key capability required for building scalable, loosely coupled, and distributed apps.

You can find the sample code in the event-streams-samples GitHub project External link icon{:new_window}.