Add HTTP 1.0 file server

This commit is contained in:
Calinou 2015-06-04 09:04:21 +02:00
parent 4f8193ad2d
commit de38978512

View File

@ -29,6 +29,7 @@ Demos
*Demos to learn GDScript, its concepts, and various game features.*
* [FPS Test](https://github.com/Calinou/fps-test) - A singleplayer FPS test. Physics work, but there are no enemies and no proper shooting.
* [HTTP Server](https://github.com/KOBUGE-Games/godot-httpd) - A HTTP 1.0 file server.
* [TCP Networked physics](https://github.com/jrimclean/network-demo-tcp) - Lets you connect to a server and view networked physics.
Themes