Jump to content

Virtual machine for HTML5 testing?


cloggedone
 Share

Recommended Posts

Especially if you are not testing PHP running serverside, a production webserver seems like overkill (a production server running in a VM moreso - who wants to copy files to a VM just to re-test after a quick change?)

Instead use something light for testing like grunt's web server, IIS Express; something that you point at some files and say serve these on some random port until I change my mind and that's all it does.

Link to comment
Share on other sites

Any of the phaser boilerplates using gulp or grunt also have the possibility of launching a webserver and automatically reloading the page when any of the files change. There also very lightwight servers that consist of a single executable. If you have a relatively old dropbox account you can even use the public folder to host your games. You can even test your game without any gameserver at all by temporarily disabling some security features in your browser(not recommended). 

 

Using a VM is completely overkill if the server's not gonna do anything other than serve the game files. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...