Cannot run multiple NodeJs server on one subdomain
问题 I am trying to run multiple NodeJs server for (official) Kik Chatbots with different webhooks from one Subdomain on my webserver. However, I am not able to do that. For one bot it works just fine. This is my setup for one working NodeJs server only: Lets assume all webhooks are located at https://bots.mydomain.com app.js: 'use strict'; let util = require('util'); let http = require('http'); let request = require('request'); let Bot = require('@kikinteractive/kik'); let bot = new Bot({