Files
vercel/examples/vanilla-pusher-functions/README.md
Steven 1b809bc225 [examples] Update readme to use Vercel CLI (#4383)
Fixes an issue someone mentioned in discussion #4361
2020-05-15 19:18:17 +00:00

597 B

Realtime Pusher Whiteboard

This directory is a realtime serverless whiteboard powered by Pusher. The frontend is static vanilla HTML, CSS, and JavaScript and the backend is a single Node.js function.

Creating This Example

To get started with a realtime whiteboard on Vercel, you can use Vercel CLI to initialize the project:

$ vercel init vanilla-pusher-functions

Deploying From Your Terminal

You can deploy your new project with a single command from your terminal using Vercel CLI:

$ vercel