Skip to content

Proof of concept of usage of Platformatic Watt for inter-service-communication

Notifications You must be signed in to change notification settings

rozzilla/watt-poc

Repository files navigation

watt-poc

POC of Watt features

Setup

Run the following commands:

  • npm run setup && npm run start
  • check that the service is up and running with curl http://localhost:3043/typescript

Benchmarks

Service with build => npx autocannon -c 100 -d 10 -p 10 http://localhost:3043/ts2:

  • avg latency 234ms
  • avg req/sec 4233

Service with .listen => npx autocannon -c 100 -d 10 -p 10 http://localhost:3043/typescript:

  • avg latency 352ms
  • avg req/sec 2809

About

Proof of concept of usage of Platformatic Watt for inter-service-communication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published