Jump to content

Search the Community

Showing results for tags 'hosting'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 11 results

  1. Hi, What's up ? I have a newbie question about how to host a html5 game. What web server is compatible to host it ? I don't want to upload it to game portals but have my own website. Thank you in advance for your answers.
  2. Hello friends! I am extremely new to the HTML5 game dev scene and I would love a little bit of extra guidance. I've tried to google my way through but it's hard to research something that you're.. not even sure what you're researching? So far I've successfully created my 2D game in Unity and now I'm trying to figure out how to get it from Unity onto a website for testing. I built it as an WebGL and tried uploading the .zip to WordPress using this plugin here. I followed the very short tutorial but I got a 404 error within my site when I attempted to test play. I assume this is because WordPress doesn't actually allow .js due to security risks (?) so I'm not really sure where to go from here. I'd highly appreciate any suggestions or resources to help me and my baby brain. I'm currently in the process of attempting another method found here. Am I even looking up the right stuff? I have no idea. I did try to look through old posts to find anything relevant with no success, please feel free to link any other threads that may be of help as well! Please let me know if I need to provide any further information, much appreciated and thank you in advance!!
  3. Hello everyone, Wanted to share a project I've been working on called Superweb.app--the goal for this project is to help HTML 5 game devs deploy offline/native-like JS games to the web using your own domain names. I started building this to host my own games but thought it might be helpful for other people too. If you have time, would you be willing to give Superweb.app a shot and send me any feedback you have? If so, please sign up here and let me know how it goes! Here's a little more detail: Superweb.app hosts your game assets and configures a service worker to cache your assets locally so the game can run offline. Additionally, you can configure a web manifest so people can "install" your games on their home screen and launch them like a native app. When you upload new versions of your games, your users will be notified of the new version and allowed to "refresh" to get the update. Here's a couple screenshots of 1) my installed apps on my iPhone home screen and 2) the update prompt a user sees when a new version is available: I'm using Superweb.app to host my own HTML5 games, and it's been working pretty well so far--all my single-player JS games are playable offline. If you are able to try it out, please let me know if you think this service could be helpful to you or if there's things I could do to make it be helpful. Thank you for the help!!
  4. I've created my own variation of the Space Invaders game, but I started with the boiler plate repo on github. I've updated from melonjs 6.0 to 6.3. I'm having an issue with the output of the "grunt" command. Unfortunately the bundling of melon and my game source files will not run. When execution reaches game.onload(), the console throws an error saying that game is undefined. Everything works if I just copy my javascript files over and adjust the index.html to load them, instead of the js/app.min.js My question is, what is the proper way to bundle all the project now, so that I don't have this issue? (Incidentally I was also seeing an error about drawShape, a function I'm not even using, and that went away if I just used the unbundled and unminified melon.js) <script type="text/javascript"> me.device.onReady(function onReady() { game.onload(); }); </script>
  5. Samrat

    Hosting

    what will be the best hosting requirements/configuration for html games if i have a million subscriber ?
  6. Hi, I was looking for free solutions to host my game in order to show them to publishers/sponsors? Do itch.io or Newgrounds work? Thanks!
  7. Hello, I'd like to ask you guys about your experience and for some advice. I'm looking for some hosting which would allow me to run node.js app on the server side and allowed me to use websockets. I'm doing some screening know and I'd love to have some info from you guys to see what works for you the best? It would be nice if the hosting also supported php + mysql, I'm not necessarily looking for a free hosting, I'll be moving a company website there as well because I'm not too happy with my current provider considering what I pay for it and what i get back from them. Thank you for your advices.
  8. Hi all, I have been working as a Java Developer for over 7 years and while studying AngularJS I decided to create a browser strategy game for fun, like Travian/TribalWars/Ikariam etc... Right now I am thinking about how the server architecture should be. I tried to find some examples on how this kind of games distributed their servers but I couldn't find any useful resource, so I came with my own. My sketch and authentication flow (follow the numbers from 1 to 9): In a general way, is that a suitable one? From my personal developer experience I decided it was a safe idea to split the public front-end from ther auth and game servers. Do you think there are any Cons in this architecture? About hosting, which service/host is most suitable for each server? 1) Authentication server, single point 2) Front-End server, distributed over the world 3) Game Servers, each one in its specific country I am open to new ideas and changes! Thanks in advance!
  9. Hi, I'm here to promote a new HTML5 games site, playoutgames.com. We are a two man team who plan to release and distribute HTML5 games for mobiles and tablets. The site playoutgames.com is our free site with another site for premium games planned to go live in December/January. Playout games is a work in progress and is focused on browser games. With Playout games we hope to host open source and free games written in HTML5. At the moment we're working on a couple of arcade games we will have finished for Christmas but in the mean time we are looking for new HTML5 games that haven't been released. If your game is suitable for mobiles and we think it's worth investing in we are willing to offer a paid contract to promote and distribute your game on the Apple and Android stores. Any other game we accept will be hosted on Playout games for free so your game will still be out there. We also link back to the developer's page so it's another way to promote your own site too. Thanks, PoG
  10. i found these work together, to help get demos on the sandbox Transparent PNGs: http://imgur.com JSON: http://myjson.com/ eg game.load.atlas('enemy', 'http://i.imgur.com/QGUSiQe.png', 'https://api.myjson.com/bins/2ojja');bit fiddly to not have them in one place or if you have a lot of files to manage, but useful if you just need help with a quick problem J please share anything else you find with cross origin access, especially free hosts that let you upload the lot in one place easily
  11. stokforg

    Multiplayer

    Hello, I am trying to create a game with this tutorial (http://ezelia.com/2014/tutorial-creating-basic-multiplayer-game-phaser-eureca-io), but I have a problem with the creation of lobbies and game rooms. How can I solve it? I would be grateful for the help. And one more thing, what are the requirements for hosting such games?
×
×
  • Create New...