Nim-Presto – REST API Framework for Nim Language
Nim-Presto is a library designed for efficient REST API implementation in the Nim programming language. Users can install it using Nim's package manager, Nimble, and are encouraged to contribute by adding test cases for new features. The library is licensed under either the MIT or Apache License, providing flexibility for developers.
- ▪Nim-Presto is a library for REST API implementation in Nim.
- ▪Installation can be done via Nimble using a specific command.
- ▪The library is available under MIT or Apache licenses.
Opening excerpt (first ~120 words) tap to expand
Presto - An efficient library for REST API implementation Installation You can use Nim's official package manager Nimble to install Presto: $ nimble install https://github.com/status-im/nim-presto.git Documentation Contributing When submitting pull requests, please add test cases for any new features or fixes and make sure nimble test is still able to execute the entire test suite successfully. License Licensed and distributed under either of MIT license: LICENSE-MIT or http://opensource.org/licenses/MIT or Apache License, Version 2.0, (LICENSE-APACHEv2 or http://www.apache.org/licenses/LICENSE-2.0) at your option. These files may not be copied, modified, or distributed except according to those terms.
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.