Gobench supports gRPC

What is news: Gobench is supporting gRPC, both unary RPC and streaming. Now you can use Gobench to benchmark servers with HTTP, MQTT, NATs, and gRPC.

Read More

Gobench load testing tool presentation

I am developing a benchmark framework named Gobench forks at Veriksystems. What is special about this benchmark? Well, it supports more than just HTTP. We are having MQTT and NATS. You can also write scenario in Go. And it will be distributed.

Read More

RPC and MQTT

IoT protocol nowadays is much about MQTT. Let’s face it. AWS IoT is about MQTT (over TCP and WebSocket). Google Cloud IoT is also MQTT and HTTP. Azure IoT is MQTT, HTTP, and well AMQP.

Read More

Books in 2018

Years before I found my self little time to sit down and read; because of many excuses: I tired after a long working day, I needed time to exercise, I needed time to date, I needed time to social.

Read More

Version in Golang

I am writing more Go services enough to just forgot the current version in production/staging. With nodejs, it is as simple as exporting from package.json.

Read More