how to connect a javascript program or some test program to connect to the gateways services.

How to connect a javascript program or some test program to connect to the
gateways services which are shared by you and available on GitHub.

I have the services up and running with "docker-compose up" but not sure
how to connect/consume to some external program to these services

Hi there,

Could you describe little bit more about what have you tried already or
what errors you're getting?

When running nameko examples, gateway service's http endpoint is exposed
on http://localhost:8003 url. Sample requests are included in the redame
under "Running Examples" section
GitHub - nameko/nameko-examples: Nameko microservices example

Jakub

ยทยทยท

On Wednesday, 27 June 2018 18:09:47 UTC+1, ankit...@gmail.com wrote:

How to connect a javascript program or some test program to connect to the
gateways services which are shared by you and available on GitHub.

I have the services up and running with "docker-compose up" but not sure
how to connect/consume to some external program to these services