Online collaborative text editing using nodejs, express and pusher.com service
- Set up credentials on pusher.com
- export the credentials as environment variables (according to the
file
now.json) - Install npm packages, and run the server with
npm install npm start - Open
http://localhost:8080in a browser.