Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

with-http example

This example demonstrates using @benzene/http with Node.js http.

How to use

Download the example:

curl https://codeload.github.com/hoangvvo/benzene/tar.gz/main | tar -xz --strip=2 benzene-main/examples/with-http
cd with-http

Install it and run:

npm install
npm run start

Try it on CodeSandbox