#How to make a javascript server?
2 messages · Page 1 of 1 (latest)
if you want to use javascript, I would check out Express. It's a backend framework, pretty lightweight, but you can use it to build out whatever API you need. Then from your game, send requests to the API as needed.