Simple REST server written in native Java
Sometimes it’s good to see how things work or look like without using a framework that hide/ease these things. That’s why I wanted to write a simple REST service in Java following the next objectives:
- Using no framework at all
- Using TDD, clean code and SOLID patterns
- Taking into account the concurrent users that it can support.