Skip to content

printSamarth/BhaiServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README – Toy HTTP Server This is a small Java-based HTTP server built from scratch. It's meant to be simple, easy to understand, and useful for learning how basic web servers work.

What it does Handles HTTP requests

Lets you define routes using annotations

Supports parallel request handling

Passes request and response objects to your handler methods

How to use:

  1. Clone the repo, build using maven.
  2. Add it to your own Java app as a dependency.
  3. Define routes using annotations (checkout for working demo: https://github.com/printSamarth/ApiUsingBhaiServer)

About

A toy HTTP server built using Java, inspired by BhaiLang naming conventions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages