Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tchx84/sugar-web-collaboration
collaboration server for sugar web-activities
https://github.com/tchx84/sugar-web-collaboration
Last synced: about 1 month ago
JSON representation
collaboration server for sugar web-activities
- Host: GitHub
- URL: https://github.com/tchx84/sugar-web-collaboration
- Owner: tchx84
- Created: 2014-10-24T01:44:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-24T02:02:40.000Z (about 10 years ago)
- Last Synced: 2024-10-15T23:35:12.514Z (3 months ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sugar-Web Collaboration
=======================This is a UGLY prototype to re-implement collaboration in Sugar web activities,
using socket.io.Run it
------```
git clone https://github.com/tchx84/sugar-web-collaboration.git
cd sugar-web-collaboration
npm install
node server.js
```Use it
------The server creates 2 endpoints, /lobby and /rooms, ie.,
```
http://yourserver:3000/lobby
http://yourserver:3000/rooms
```