diff --git a/src/content/resources/libraries.mjs b/src/content/resources/libraries.mjs index a07fd0f5..e8c159e9 100644 --- a/src/content/resources/libraries.mjs +++ b/src/content/resources/libraries.mjs @@ -106,6 +106,12 @@ export default () => ([ description: 'Testing and using FTP server with Robot Framework.', tags: ['ftp'] }, + { + name: 'Robot gRPC', + href: 'https://github.com/opencord/grpc-robot', + description: 'Allows sending/receiving messages in a gRPC event stream.', + tags: ['gRPC'] + }, { name: 'HTTP RequestsLibrary (Python)', href: 'https://github.com/MarketSquare/robotframework-requests#readme',