I have a single player game I made some time ago. I want to modify it to be multiplayer with single server handling multiple players, and I want to host it on a website, so players can play it in a browser. I wrote the game in javascript, but I would like to make my website in asp.net core.
My question is can I write my game's backend in node.js express and add it to my asp.net core application? This way I could have my website's backend in C# with all database management etc., and my game's backend would be all in javascript with request handling from players etc.
The game would be a separate project linked to my website, and the website would only display the game.
This would work like those websites with free to play games where you can play many games on a single website, but you can have a single account to enter all of the games.
Is my thinking correct or is this completely wrong?
via FCin
No comments:
Post a Comment