In the previous article, we delved into creating a simple web server that serves static files, flat file database that uses lock and the API endpoints that allows for real-time chat interaction. In this article, we'll follow-up by taking a look into writing unit tests for our flat file database to ensure that our chat interaction flow works.


...