progamerz Posted May 8, 2017 Posted May 8, 2017 Hello, how do people create an offline server for muling support and etc? or it is something else?
Xylate Posted May 8, 2017 Posted May 8, 2017 (edited) socket server is one of the many ways, sending POST/GET requests to a website, storing data locally in a file. Edited May 8, 2017 by Xylate
progamerz Posted May 8, 2017 Author Posted May 8, 2017 4 minutes ago, Xylate said: socket server is one of the many ways, sending POST/GET requests to a website, storing data locally in a file. would i need a web host for my self(socket)?
Xylate Posted May 8, 2017 Posted May 8, 2017 (edited) A socket server doesn't require a web host, it can be ran on your PC/laptop or a VPS. Edited May 8, 2017 by Xylate 1
progamerz Posted May 8, 2017 Author Posted May 8, 2017 5 minutes ago, Xylate said: A socket server doesn't require a web host, it can be ran on your PC/laptop or a VPS. Ok thanks for ur reply