adriator@lemmy.worldtoGaming@beehaw.org•Describe a game in 5 words or less, and see if anyone can guess it.English
1·
1 year agoNot quite - this game is in third person.
Not quite - this game is in third person.
Dressing up space barbies
Hollow Knight
Its compiler is very fast, the libraries are great, importing new packages is easy and straightforward, HTTP libraries and frameworks are some of the best I’ve worked with.
Compared to Java or C#, there really isn’t that much boilerplate.
I guess that’s why I enjoyed working with Go so much.
(it seems like my previous reply hasn’t been posted)
It really depends on what you’re trying to achieve. If you’re just trying to install a web server, then I’d recommend downloading XAMPP if you’re on Windows, or if you’re on Linux, you probably already have apache or nginx. To access services on those servers you’re just going to have to find out the IP address of the server, and type it out in the browser (f.e. http://192.168.0.1/my_service). Those services should be available only on the same local network the server is on, unless you do port forwarding.