Giter VIP home page Giter VIP logo

http3's Introduction

HTTP3

👷‍♀️ Under construction

This is supposed to be an implementation (of a subset of) HTTP3 when it’s done. Right now it’s not really anything.

Developing

This project has a Nix Flake setup. Using this is optional, but recommended if you don’t already have a preferred way to develop haskell projects (note that this only works on MacOS and Linux, possibly BSD(?) - on windows you’ll want to use something like ghcup instead unless you use WSL2).

Step by Step guide

Install Nix

Follow the guide for your platform from the official Nix documentation.

Enable Nix flakes support

At the time of writing this, flakes are still considered an experimental feature so you need to enable them separately.

Head over to your ~~/.config/nix/nix.config~ file (create it if it doesn’t exist) and add these lines if they don’t already exist:

extra-experimental-features = nix-command flakes

Building the package

nix build will build the package and put it into result/. When you first do this it’ll need to download a bunch of dependencies (including the Haskell compiler), so if you’re invoking this for the first time try to avoid being on a metered connection.

Developing the package

Invoking nix develop will drop you into a developer shell with some additional developer dependencies like the Haskell Language Server. If you want to add more, you can always install them with Nix. If they’re generally useful things that will be useful for all or most developers on this project, consider adding them to the devShell package

Install Haskell support for your preferred editor (optional, but recommended)

The developer shell already includes the Haskell Language Server. This means you can code code completion, documentation and inline-types in pretty much any editor that has LSP support.

http3's People

Contributors

hannes-steffenhagen-bd avatar

Stargazers

Kamil Shersheyev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.