mirror of
https://github.com/codecrafters-io/build-your-own-x
synced 2026-07-03 01:09:25 +00:00
Add a tutorial about building REST servers in Go
Add a tutorial about building REST servers in the Go programming language by Eli Bendersky.
This commit is contained in:
parent
6fbd77bda5
commit
f7cf5a93fa
1 changed files with 1 additions and 0 deletions
|
|
@ -372,6 +372,7 @@
|
|||
#### Build your own `Web Server`
|
||||
|
||||
* [**C#**: _Writing a Web Server from Scratch_](https://www.codeproject.com/Articles/859108/Writing-a-Web-Server-from-Scratch)
|
||||
* [**Go**: _REST Servers in Go_](https://eli.thegreenplace.net/2021/rest-servers-in-go-part-1-standard-library/)
|
||||
* [**Node.js**: _Let's code a web server from scratch with NodeJS Streams_](https://www.codementor.io/ziad-saab/let-s-code-a-web-server-from-scratch-with-nodejs-streams-h4uc9utji)
|
||||
* [**Node.js**: _lets-build-express_](https://github.com/antoaravinth/lets-build-express)
|
||||
* [**PHP**: _Writing a webserver in pure PHP_](http://station.clancats.com/writing-a-webserver-in-pure-php/)
|
||||
|
|
|
|||
Loading…
Reference in a new issue