Page 1 of 1

Is there anything called "Online" in autohotkey?

Posted: 09 Dec 2019, 11:10
by ceyhunveysel
Can you make an "online" game with Autohotkey?
Just AutoHotkey though, no other languages.

Re: Is there anything called "Online" in autohotkey?

Posted: 09 Dec 2019, 11:49
by tank
as i understand it the following are required for that to be possible.
a registered domain
an application/web server
a security certificate for tls
some kind of game engine
support for the OS and browser the game runs in.


to my knowledge there isnt a single online game anywhere written using only one language. for example the data exchange between the client and server will rely on soap or xml or json. some other technology is used for the server yet another for a load balancer and yet another for database. your question implies a great deal of naivety as to how games or other network based technology works.

Re: Is there anything called "Online" in autohotkey?

Posted: 09 Dec 2019, 13:05
by swagfag
define "AutoHotkey only"

DllCall is "AutoHotkey" and u can open a bunch of sockets for a primitive online experience. Working with sockets hardly has anything to do with AutoHotkey...

Re: Is there anything called "Online" in autohotkey?

Posted: 09 Dec 2019, 13:22
by Chunjee
Can? Yes

Should? It depends