An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Pad
[![Build Status](https://travis-ci.org/petercunha/Pad.svg?branch=master)](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 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 to now](https://deploy.now.sh/static/button.svg)](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
----

![Demo GIF](https://i.imgur.com/Q5Zolcx.gif)