Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Is Node.JS allowed for HTML5 games?

A topic by Jaxxette created Feb 01, 2018 Views: 1,410 Replies: 1
Viewing posts 1 to 2

I want to use node.js to eventually keep track of highscore data, and I need it to use:

fs.readdir()

Does itch.io allow me to make use of node?

Admin(+1)

We don't run any server-side code for our users. The code you provide to be embedded for HTML must be for the browser. That's not stopping you from hosting your own infrastructure and communicating to it with your HTML game though.

In the future we hope to have a high-score API though, which should handle your particular use case.

This topic has been auto-archived and can no longer be posted in because there haven't been any posts in a while.