Skip to content
This repository has been archived by the owner. It is now read-only.

liveblocks/javascript-examples

main
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Liveblocks

Deprecated

This repository is deprecated, please use https://github.com/liveblocks/liveblocks/tree/main/examples/express-javascript-live-cursors.

Liveblocks examples without front-end framework

This repo contains Liveblocks examples that do not rely on any front-end technologies. It uses express for the authentication endpoint and esbuild for the bundling.

Getting started

To run examples locally

  • Install all dependencies with npm install
  • Create an account on liveblocks.io
  • Copy your secret key from the administration
  • Create a file named .env and add your Liveblocks secret as environment variable LIVEBLOCKS_SECRET_KEY=sk_test_yourkey
  • Run npm run dev and go to http://localhost:3000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published