From 4a64db73e04eee2d9d45dcecdcc2dbfcf1356ff0 Mon Sep 17 00:00:00 2001 From: Arshad Mahemood Patel Date: Sun, 14 Dec 2025 21:26:05 +0530 Subject: [PATCH] Added Implementation of a RESTful Web API with Spring Boot in Build you own 'Web Server' Section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab8ebd9..25106d0 100644 --- a/README.md +++ b/README.md @@ -406,6 +406,7 @@ It's a great way to learn. * [**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) * [**Ruby**: _Building a simple websockets server from scratch in Ruby_](http://blog.honeybadger.io/building-a-simple-websockets-server-from-scratch-in-ruby/) +* [**Java**: _Implementing a RESTful Web API with Spring Boot_](https://dev.to/arshadpatel/implementing-a-restful-web-api-with-spring-boot-2241) #### Uncategorized