Y
Y
YanSao2018-10-16 12:46:36
Django
YanSao, 2018-10-16 12:46:36

Django as browser game server side?

I want to make a browser-based online game with registration, like the game "Booms". Is it possible to use Django as a server side in combination with the visual part of the game in js?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
K
Konstantin Malyarov, 2018-10-16
@Yangolo

Yes, you can. You can generally shift everything to the API -django rest framework (DRF).
And ajax to pull data from the database.

S
sim3x, 2018-10-16
@sim3x

Yes

S
szelga, 2018-10-17
@szelga

for prototyping - yes. if the game is in real time, and the clientele will trample, then it may make sense to rewrite on something initially asynchronous.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question