Example NodeJS App with Express deployed on Vercel ✨

Simple GET - HTML response

/hello or /hello?name=Me

Form GET /get_data (urlencoded query)

Enter Username:

Form POST /post_data (urlencoded body)

Enter Username:

Fetch POST /post_data (urlencoded body)

Enter Username:

Fetch POST /post_data (json body)

Enter Username:



> view source on GitHub