toddler-auth v1.0.0
Toddler: auth service
Tribal Wars 2 authentication service includes authentication service, socket client and a message-queue connections.
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Prerequisites
To run locally, you will need to install CF Local. CF Local requires access to an installation of Docker. If Docker is installed locally, this is satisfied.
To install CF Local, invoke
cf install-plugin cflocalIf you are using IBM Cloud CLI, IBM Cloud CLI bundles CF CLI. Hence CF CLI does not need to be installed separately. Invoke
ibmcloud cf install-plugin cflocalBuilding
First, install dependencies with
npm installThen, build with
npm run-script buildOr, alternatively,
node_modules/typescript/bin/tsc --buildInstalling
First, stage the application with
ibmcloud cf local stage toddler-auth
Then, run the application with
ibmcloud cf local run toddler-auth
Built With
- NATS.io - Message queue technology used
Authors
- Cong Nguyen - Profile
License
This project is licensed under the Apache 2.0 License
6 years ago