Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sugyan/live-coder
web-based live-coding application. powered by node.js, socket.io
https://github.com/sugyan/live-coder
Last synced: 3 months ago
JSON representation
web-based live-coding application. powered by node.js, socket.io
- Host: GitHub
- URL: https://github.com/sugyan/live-coder
- Owner: sugyan
- Created: 2011-01-11T16:02:00.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-01-23T08:53:31.000Z (almost 13 years ago)
- Last Synced: 2024-05-29T02:33:07.097Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 394 KB
- Stars: 44
- Watchers: 5
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is web-based "live coding" application using node.js.
### Website
http://livecoder.sugyan.com/### Setup
$ git clone git://github.com/sugyan/live-coder.git
$ cd live-coder
$ ./setup.sh
$ node server.js### Dependencies
- [node.js](http://nodejs.org/) 0.4.8
- [Socket.IO](http://socket.io/) 0.6.18
- [Express](http://expressjs.com/) 2.3.11
- [EJS](http://embeddedjs.com/) 0.4.2
- [oauth](https://github.com/ciaranj/node-oauth) 0.9.0
- [MongoDB](http://www.mongodb.org/) 1.8.1
- [google-diff-match-patch](http://code.google.com/p/google-diff-match-patch/)
- [Eclipse Orion](http://wiki.eclipse.org/Orion) JavaScript editor