Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

liveblocks/javascript-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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