You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Geko (Http Webserver) is an implementation of servlet like API Specification where we can Implement @resource Types , Annotate them with endpoint URL's , bundle them in jar and put under the servers working directory. Geko will scan the jars and prepare a mapping of endpoint of Resources , @Resources are the place where we put the logic to execu…
A basic http server for practicing networking/sockets in Java. It serves static content and helps understand web server concepts. Only works with GET requests, not meant to be used in production.
Solr and Fusion Internal Reporting Monitor (SAFIRM) is a lean command-line or web-server utility that will monitor your solr instance, and will notify you via email should it fail. The web server component provides real-time status insight, and the ability to monitor the Fusion API; then compiling this data into an aggregated report. Very lean l…
Implémentation d'un serveur web HTTP léger en Java démontrant les concepts avancés de programmation concurrente. Ce projet utilise un pool de threads pour gérer efficacement plusieurs connexions clients simultanées, illustrant les principes fondamentaux des applications réseau performantes.