Reputation: 39
So I own a website which runs on a server and I want to host my Discord bot which has been written in JS on the same server as my website, Is this even possible? IF yes then how cause after searching on the internet I only found free hosting tutorials but nothing of this sort. I use CPanel for the server management.
Upvotes: 0
Views: 2673
Reputation: 2286
You may not host your discord bot ( server - side application ) on a client - side panel, however from your question I assume you are attempting to do so because you need to communicate between the discord bot and the website, for the same I would like to suggest Asynchronus JavaScript and XML AJAX for short.
Upvotes: 0