https://github.com/petercunha/pad
:notebook: An online, collaborative, real-time notepad built with WebSockets and NodeJS
https://github.com/petercunha/pad
collaborative node notepad websockets
Last synced: about 1 month ago
JSON representation
:notebook: An online, collaborative, real-time notepad built with WebSockets and NodeJS
- Host: GitHub
- URL: https://github.com/petercunha/pad
- Owner: petercunha
- License: mit
- Created: 2017-02-07T04:43:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T17:17:11.000Z (almost 3 years ago)
- Last Synced: 2025-04-04T07:10:03.611Z (6 months ago)
- Topics: collaborative, node, notepad, websockets
- Language: JavaScript
- Homepage: https://paperpad.now.sh
- Size: 65.4 KB
- Stars: 49
- Watchers: 6
- Forks: 18
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pad
[](https://travis-ci.org/petercunha/Pad)Pad is an extremely lightweight, low-latency, collaborative notepad built with [WebSockets](https://en.wikipedia.org/wiki/WebSocket) and [NodeJS](https://nodejs.org/)!
[Check out our demo](https://paperpad.now.sh)
Requirements
------------* Node 6.x or later
* Required Node packages
* Open port, if you want a public siteAs 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!
--------------------[](https://deploy.now.sh/?repo=https://github.com/petercunha/Pad)
Or you can install Pad youself in just a few commands
```bash
git clone https://github.com/petercunha/Pad.git
cd pad
npm install && npm start
```Demo
----