Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsannm committed May 9, 2024
1 parent acb9ecf commit e792036
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ framework.
This repository is holding all the projects related to RonyKIT. The main package which is the heart of
the RonyKIT framework is [kit](./kit) and the standard modules are in the /std folders.

| Package | BundleType | Version | Description |
|--------------|------------|----------|--------------------------------------------------------------------------------------------------------------------------------------|
| KIT | - | v0.11.40 | the main package of the RonyKIT framework |
| fasthttp | Gateway | v0.11.40 | the Gateway bundle implemented using [fasthttp](https://github.com/valyala/fasthttp) framework |
| fastws | Gateway | v0.11.40 | the Gateway bundle implemented using [gnet](https://github.com/panjf2000/gnet) and [gobwas](https://github.com/gobwas/ws) frameworks |
| silverhttp | Gateway | v0.11.40 | the Gateway bundle implemented using the new kid super-fast http server [silverlining](https://github.com/go-www/silverlining) |
| rediscluster | Cluster | v0.11.40 | the Cluster bundle implemented using [redis](https://github.com/go-redis/redis) |
| p2pcluster | Cluster | v0.11.40 | the Cluster bundle implemented using [p2p](https://github.com/libp2p/go-libp2p) | |
| Package | BundleType | Version | Description |
|--------------|------------|---------|--------------------------------------------------------------------------------------------------------------------------------------|
| KIT | - | v0.14.0 | the main package of the RonyKIT framework |
| fasthttp | Gateway | v0.14.0 | the Gateway bundle implemented using [fasthttp](https://github.com/valyala/fasthttp) framework |
| fastws | Gateway | v0.14.0 | the Gateway bundle implemented using [gnet](https://github.com/panjf2000/gnet) and [gobwas](https://github.com/gobwas/ws) frameworks |
| silverhttp | Gateway | v0.14.0 | the Gateway bundle implemented using the new kid super-fast http server [silverlining](https://github.com/go-www/silverlining) |
| rediscluster | Cluster | v0.14.0 | the Cluster bundle implemented using [redis](https://github.com/go-redis/redis) |
| p2pcluster | Cluster | v0.14.0 | the Cluster bundle implemented using [p2p](https://github.com/libp2p/go-libp2p) | |

0 comments on commit e792036

Please sign in to comment.