queue sys
created a hospital token querying system
0ms update
20kb server
fastest build
Overview
build a token system app that can be used for medical hospitals Process first we tried building the authentication we encountered response time and lack of user retention so we pivoted the whole project to be security in ambiguitiy and then created an express server simplest server in nodejs then added routes to the specific html files and tried refining the design and functionality repeatedly then we built socket.io for real time client updates and connected the html to the server Results 98 out of 100 requests are usable and easy to find also due to the simplicity backend fits under 20kb reducing load on servers of hospitals Reflection implement the authentication logic implement passkeys implement better more global design