A
A
Alexey2018-06-15 15:11:11
Scala
Alexey, 2018-06-15 15:11:11

How to host a browser game in Scala (Play Framework 2)?

Good day!

I have never dealt with hosting and do not really understand how it works. After some googling, I realized that I wanted PaaS hosting like Heroku or Clever-Cloud. I make the game mainly as a hobby, to learn new technologies for myself. I also wanted to master project hosting. The game has pictures and gifs that are loaded at the right time.

I can't figure out where to place these static files and how to load them later? What hosting do you recommend?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
�
âš¡ Kotobotov âš¡, 2018-06-15
@angrySCV

static is usually distributed via CDN -> can be hosted on Amazon S3, for example.
But if it's a very specific project, then I would advise hosting a server, you only need a static IP address for this - I think this would be the best solution for you.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question