Skip to content

A simple NodeJS server to test a (Godot) exported HTML5 Game.

Notifications You must be signed in to change notification settings

AlexHolly/godot-test-html-platform-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple NodeJS server to test a (Godot) exported HTML5 Game.

  1. Install NodeJS see google or linux here https://github.com/AlexHolly/HelloNode.js
  2. Place the game in the public folder (game_name.html, game_name.js, game_name.pck, game_name.png, game_name.wasm)
  3. Go to line 27 in app.js and rename "public/test.html" to "public/game_name.html"
  4. npm install
  5. npm start
  6. Open in browser localhost:9000

About

A simple NodeJS server to test a (Godot) exported HTML5 Game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published