clubpay / ronykit

API Framework supporting REST and RPC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RonyKIT

codecov

RonyKIT is a collection of tools designed to be both extendable and flexible, enabling the rapid development of a complete API/Edge server. With the RonyKIT framework, you can create API handlers that support both RPC and REST style APIs without the need to rewrite the endpoint layer multiple times.

If you are seeking a framework to develop your API/Edge server, you can directly use the rony package. This package provides an intuitive framework, leveraging Go Generics to offer a clean and user-friendly API. This is the recommended approach for using the RonyKIT framework. However, if you require greater control over your API server and have concerns about performance and memory usage, you can directly utilize the kit package, which forms the core of the RonyKIT framework.

  • For more information about the rony package, visit rony.
  • For more information about the kit package, visit kit.
  • For more information about the stub package, visit stub.

About

API Framework supporting REST and RPC.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 97.7%Language:TypeScript 0.7%Language:Shell 0.6%Language:HTML 0.6%Language:Lua 0.2%Language:JavaScript 0.1%Language:Makefile 0.0%Language:CSS 0.0%