Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vacp2p/nim-ngtcp2
ngtcp2 wrapper for Nim
https://github.com/vacp2p/nim-ngtcp2
Last synced: about 1 month ago
JSON representation
ngtcp2 wrapper for Nim
- Host: GitHub
- URL: https://github.com/vacp2p/nim-ngtcp2
- Owner: vacp2p
- Created: 2020-09-07T12:19:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T14:14:25.000Z (4 months ago)
- Last Synced: 2024-11-26T09:06:41.936Z (about 2 months ago)
- Language: Nim
- Size: 268 KB
- Stars: 4
- Watchers: 16
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
- awesome-nim - ngtcp2 - A wrapper around ngtcp2: an effort to implement IETF QUIC protocol. (Web / Protocols)
README
ngtcp2 for Nim
==============Wrapper around the [ngtcp2](https://github.com/ngtcp2/ngtcp2) C library for
[Nim](https://nim-lang.org/).Updating to a newer version
---------------------------Follow these steps when updating the wrapper to a newer version of ngtcp2:
1. update the git submodule in `sources/` to point to the new version
2. run `build.sh` (requires Nim and CMake to be installed)
3. update the version in `ngtcp2.nimble`
4. commit the changes