Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gpicchiarelli/goff3r
.NET library for Gopher client protocol
https://github.com/gpicchiarelli/goff3r
Last synced: 28 days ago
JSON representation
.NET library for Gopher client protocol
- Host: GitHub
- URL: https://github.com/gpicchiarelli/goff3r
- Owner: gpicchiarelli
- License: mit
- Created: 2024-03-27T19:41:26.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-24T18:37:36.000Z (7 months ago)
- Last Synced: 2024-11-07T10:13:51.148Z (3 months ago)
- Language: C#
- Size: 325 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# goff3r - Gopher Client Library
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![GitHub release](https://img.shields.io/github/release/gpicchiarelli/repository.svg)](https://github.com/gpicchiarelli/goff3r/releases)## Overview
goff3r is a lightweight and minimalistic library for building Gopher clients in .NET.
It is designed to be compliant with the Gopher protocol specifications outlined in RFC 1436.## Features
Supports the Gopher protocol as specified in RFC 1436.
Provides an easy-to-use interface for fetching and parsing Gopher content.
Lightweight and minimalistic design for easy integration into projects.
Written from scratch, adhering closely to the RFC standards.## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.## License
This project is licensed under the [LICENSE](LICENSE).