This project is currently under active development. We will be releasing the alpha version soon, before the 2nd week of 2025. Stay tuned! If you want to contribute, you can help by testing and reporting issues.
- Fork and Clone the Repo
- Install Packages
npm install
- Create a Release Version
- You will be asked to enter a version name: use the
0.0.1-ax
pattern or0.0.1
pattern.
- You will be asked to enter a version name: use the
- Change Directory to Release Folder
cd release
- Run npm link
npm link
- Navigate to Playground
cd dev/playgrounds/ground1
- Link joor
npm link joor
- Start the Server
npm start
You can explore and test the functionalities of joor. Benchmark it against ground0
containing Express and report any performance issues if joor is slower than Express.
- For bugs or issues, create an issue in the repository.
- For feature requests, include
#FeatureRequest
in the issue title. - For benchmark insights, include
#Benchmark
in the issue title. - For bug reporting, include
#Bug
in the issue title.
Thank you for contributing!