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

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

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 :)