vmars316 Posted October 8, 2014 Share Posted October 8, 2014 Hello & Thanks from newbie;Ok, I am on step 2 below.How can I obtain and install a "local web server"?Thanks...Vern INSTALL FROM GITHUBDownload Panda.js engine Install local web server Unzip and open index.html in your browser Start coding! Quote Link to comment Share on other sites More sharing options...
cubiq Posted October 8, 2014 Share Posted October 8, 2014 what OS are you on? Quote Link to comment Share on other sites More sharing options...
Ninjadoodle Posted October 8, 2014 Share Posted October 8, 2014 Mongoose is by far the easiest one I've used https://code.google.com/p/mongoose/ No setup or anything, just copy the file into your folder and run. I'm currently using it with Panda and it works perfectly + it comes for both Mac and PC. Hope this helps! Quote Link to comment Share on other sites More sharing options...
enpu Posted October 8, 2014 Share Posted October 8, 2014 Mongoose looks nice! I'm using MAMP: http://www.mamp.info/en/ Quote Link to comment Share on other sites More sharing options...
vmars316 Posted October 8, 2014 Author Share Posted October 8, 2014 win7 x64I took the Mongoose approach, but the screencast install is for npm-node.Is there one for github ?I put mongoose here: C:\Mongoose. Where should panda be located?See PandaInstall.png below. When I click on panda/index.html, there is only a large black image showing in Chrome. Where should I put panda Folder. Inside of c:\mongoose ? 1) Also, how do I connect panda with mongoose? 2) Mongoose is just required for creating panda games, right?3) After panda01.html project is completed ,and the panda01.html game is located on my website,the game player doesn't need to have access to panda itself, right? Thanks Quote Link to comment Share on other sites More sharing options...
Ninjadoodle Posted October 8, 2014 Share Posted October 8, 2014 Hi vmars316 Yup, Mongoose is only required when testing your game locally (not published to the web). Once it's online, it's not needed anymore. Take your Mongoose exe file (the one with the yellow icon) and paste it inside the panda folder next to the index.html file. Double click it and the rest should be easy Quote Link to comment Share on other sites More sharing options...
vmars316 Posted October 8, 2014 Author Share Posted October 8, 2014 Thanks Ninjadoodle . Quote Link to comment Share on other sites More sharing options...
cubiq Posted October 11, 2014 Share Posted October 11, 2014 php has a built in web server.php -S localhost:8888and you have both a webserver and of course php parser (mongoose free is only a webserver and wamp is way too many things ) Quote Link to comment Share on other sites More sharing options...
vmars316 Posted October 13, 2014 Author Share Posted October 13, 2014 php has a built in web server.php -S localhost:8888and you have both a webserver and of course php parser (mongoose free is only a webserver and wamp is way too many things ) I am not sure what you are proposing here .That I install php ?Thanks Quote Link to comment Share on other sites More sharing options...
cubiq Posted October 14, 2014 Share Posted October 14, 2014 sometimes you need PHP for your games (say to save stats or leaderboards or user logins etc...). I'm saying that PHP has a lightweight integrated web server and you don't need a full WAMP environment to run a webserver. Mongoose is very nice but the free version only includes the web server (no PHP). I'm just proposing a lightweight alternative. Quote Link to comment Share on other sites More sharing options...
vmars316 Posted October 14, 2014 Author Share Posted October 14, 2014 cubiq:Ok, I see, THanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.