This repository contains a CPP and a JavaScript project to provide a playground for the Ada url parser.
For installing and building, run the following commands:
cd cppemcmake cmake -B buildcmake --build build
To run the server on port 4242:
./build/playground
For installing and building, run the following commands:
cd uinpm install
To run the server on port 3000:
npm run dev
