Skip to content

nanoexpress/http3-uws

Repository files navigation

uWS HTTP3

Requirements

  • Docker or Linux
  • Running any Docker supported OS or native Linux

Installation

Local Installation

only for Linux OS

yarn install

Running

Local Running

only for Linux OS

yarn start

Docker Running

docker build -t uws-http3 .
docker run -dp 4300:443 uws-http3

Docker Compose Running

docker-compose up -d

VSCode Running

  • Open VSCode
  • On notification panel opens notify about there "Devcontainer configuration file", click to Reopen in Container OR choose Dev Containers: Reopen in Container from Command palette
  • That's done

About

uWebSockets.js HTTP3 Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published