Skip to content

Tribal Wars 2 scripts to authorise with Tribal Wars 2 server

Notifications You must be signed in to change notification settings

rampadc/toddler-auth

Repository files navigation

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 cflocal

If 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 cflocal

Building

First, install dependencies with

npm install

Then, build with

npm run-script build

Or, alternatively,

node_modules/typescript/bin/tsc --build

Installing

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

License

This project is licensed under the Apache 2.0 License

About

Tribal Wars 2 scripts to authorise with Tribal Wars 2 server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published