https://github.com/ozzimpact/collaborative-editor
Real-time room based collaborative rich text editor.
https://github.com/ozzimpact/collaborative-editor
Last synced: 3 months ago
JSON representation
Real-time room based collaborative rich text editor.
- Host: GitHub
- URL: https://github.com/ozzimpact/collaborative-editor
- Owner: ozzimpact
- License: mit
- Created: 2015-03-11T22:54:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-09T23:55:07.000Z (8 months ago)
- Last Synced: 2024-10-12T01:44:40.374Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.74 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Collaborative Editor
[](https://travis-ci.org/ozzimpact/collaborative-editor)
Real-time room based collaborative rich text editor.
# Installation
Requirements
* nodejs
* mongodb
* redis
Setup
* npm install
* bower install
* redis and mongodb should be up and running# Stack
* Express.js
* Socket.io + angular-socket-io
* Redis
* MongoDB
* Passport.js
* Bcrypt
* Ejs
* Angularjs