Add Web App Server in Golang

This commit is contained in:
12mohaned 2020-10-01 14:53:07 +02:00
parent d22c5e9f5f
commit 7e29414219

View file

@ -389,7 +389,7 @@
* [**Python**: _Building a basic HTTP Server from scratch in Python_](http://joaoventura.net/blog/2017/python-webserver/) * [**Python**: _Building a basic HTTP Server from scratch in Python_](http://joaoventura.net/blog/2017/python-webserver/)
* [**Python**: _Implementing a RESTful Web API with Python & Flask_](http://blog.luisrei.com/articles/flaskrest.html) * [**Python**: _Implementing a RESTful Web API with Python & Flask_](http://blog.luisrei.com/articles/flaskrest.html)
* [**Ruby**: _Building a simple websockets server from scratch in Ruby_](http://blog.honeybadger.io/building-a-simple-websockets-server-from-scratch-in-ruby/) * [**Ruby**: _Building a simple websockets server from scratch in Ruby_](http://blog.honeybadger.io/building-a-simple-websockets-server-from-scratch-in-ruby/)
* [**Golang**: _Build your own webserver/application in Golang_](https://pythonprogramming.net/go/introduction-go-language-programming-tutorial/)
#### Uncategorized #### Uncategorized