MoLow / playground

Playground for Ada URL parser

Home Page:https://playground.ada-url.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playground

This repository contains a CPP and a JavaScript project to provide a playground for the Ada url parser.

screenshot

Installation

cpp

For installing and building, run the following commands:

  • cd cpp
  • cmake -B build
  • cmake --build build

To run the server on port 4242:

  • ./build/playground

ui

For installing and building, run the following commands:

  • cd ui
  • npm install

To run the server on port 3000:

  • npm run dev

To change the default API_URL, use the following command:

  • NEXT_PUBLIC_API_URL=http://0.0.0.0:4242 npm run dev

About

Playground for Ada URL parser

https://playground.ada-url.com


Languages

Language:TypeScript 71.4%Language:CMake 10.4%Language:JavaScript 6.8%Language:C++ 6.0%Language:CSS 4.8%Language:Dockerfile 0.5%