
Security News
Bun 1.2.19 Adds Isolated Installs for Better Monorepo Support
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
github.com/WalterPaes/go-grpc-crud
This repository contains an implementation of gRPC Server in Go. The service provides functionalities to manage products.
To install and run this service, follow these steps:
git clone https://github.com/WalterPaes/go-grpc-crud.git
cd go-grpc-crud
go mod tidy
go run cmd/server/main.go
This service exposes gRPC endpoints for interacting with the product data. Below are the available endpoints:
To create a new product, call the Create
method with the necessary product details.
To retrieve product details by ID, call the FindById
method with the product ID.
This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
Security News
Popular npm packages like eslint-config-prettier were compromised after a phishing attack stole a maintainer’s token, spreading malicious updates.
Security News
/Research
A phishing attack targeted developers using a typosquatted npm domain (npnjs.com) to steal credentials via fake login pages - watch out for similar scams.