@avtechno/sfr 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -903,12 +903,15 @@ process.on("SIGTERM", async () => {
|
|
|
903
903
|
- [x] WebSocket protocol implementation
|
|
904
904
|
- [x] Rate limiting middleware integration
|
|
905
905
|
- [ ] GraphQL protocol support
|
|
906
|
+
- [ ] gRPC protocol support
|
|
907
|
+
|
|
908
|
+
Now that I'm using a diverse set of communication protocols, I may rewrite SFR into a more pluggable and modular format with each protocol and major feature being treated as an installable extension.
|
|
906
909
|
|
|
907
910
|
---
|
|
908
911
|
|
|
909
912
|
## Contributing
|
|
910
913
|
|
|
911
|
-
Found a bug or have a feature request? Please open an issue on our [GitHub Issues](https://github.com/
|
|
914
|
+
Found a bug or have a feature request? Please open an issue on our [GitHub Issues](https://github.com/MannyWeeb/sfr/issues) page.
|
|
912
915
|
|
|
913
916
|
---
|
|
914
917
|
|