https://github.com/rvpanoz/yosock
Simple code presentation tool using socket.io
https://github.com/rvpanoz/yosock
backbonejs javascript nodejs socket-io
Last synced: 8 months ago
JSON representation
Simple code presentation tool using socket.io
- Host: GitHub
- URL: https://github.com/rvpanoz/yosock
- Owner: rvpanoz
- License: gpl-3.0
- Created: 2017-06-01T11:49:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-22T22:34:39.000Z (about 8 years ago)
- Last Synced: 2025-03-06T16:47:09.118Z (about 1 year ago)
- Topics: backbonejs, javascript, nodejs, socket-io
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yosock
Simple code presentation tool using socket.io
## Libraries used
- node.js / npm
- socket.io
- express
- backbone (client)
- bootstrap (client)
- bundled w/ webpack 2
# Functionality
- Code presentation tool
## Setup and configuration
Install node.js and npm on your machine.
git clone https://github.com/rvpanoz/yosock.git
cd yosock && node server.js
### Server start
cd yosock
To install dependencies npm install && npm run start to start the node server
### Client start
cd yosock && cd client
To install dependencies npm install && npm run start to start the webpack server
Navigate to http://localhost:9966 to preview the app :)