Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.05 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.05 KB

Pad

Build Status Requirements Status

Pad is an extremely lightweight, low-latency, collaborative notepad built with WebSockets and NodeJS!

Check out our demo

Requirements

  • Node 6.x or later
  • Required Node packages
  • Open port, if you want a public site

As long as you have Node 6 installed, you can just git clone and npm install and you'll be ready to roll!

Run your own server!

Deploy

Or you can install Pad youself in just a few commands

git clone https://github.com/petercunha/pad.git
cd pad
npm install && npm start

Demo

Demo GIF