Examples

There are several examples that show us how we can integrate Benzene into any frameworks and runtimes. We would soon see how Benzene's flexibity and genericity offer support for anything out there in the JavaScript ecosystem.

Official examples

book-votes

An example showcasing the use of both @benzene/http and @benzene/ws to create a book voting app with real-time updates

with-dataloader

Using the `dataloader` module to optimize against GraphQL N+1 problem

with-express

Using @benzene/http with Express.js

with-http

Using @benzene/http with Node.js `http` module

with-micro

Using @benzene/http with the `micro` library