mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 12:57:47 +00:00
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 Now CLI to initialize the project:
$ now init vanilla-pusher-functions
Deploying This Example
Once initialized, you can deploy the example with just a single command:
$ now