Giter VIP home page Giter VIP logo

livecast's Introduction

LiveCast

Tikal's Fuseday JS Session Concept - a live screencast system for remote

Major changes

Old project sources were moved to master-old branch. ##New Features##

  • Use Grunt to build project
  • The application is based on grunt-init-express template
  • Use socket session to store user session data (server side)
  • Use Ejs to render pages on the server side
  • All static server contetn moved to ./app/private (After the build they will be available @ ./app/public)

##Getting Started## Pre-requisites:

1. Install [Nodejs](http://nodejs.org/)
2. Install [Grunt](http://gruntjs.com/installing-grunt)
3. Install [supervisor](https://github.com/isaacs/node-supervisor)

Set up development env.:

1. Clone the repo
2. cd into LiveCast
3. Run: npm install (Installs development environment)
4. cd into app/ (i.e. .../LiveCast/app)
5. Run: npm install (installs the app itesf)
6. Run: grunt

Grunt will do the build and start a proxy server at http://localhost:8000.

To run the application without grunt:

1. cd into .../LiveCast/app
2. Run: node app.js

Server should listen to port 3000

##Static content## All the static (js, css & img) content is located under /private. The Grunt build process will copy them to /public

/views/index.ejs renders to "index.html" so this is the main view for the app.

The templating engine is ejs (very similar to jsp scriptlets).

livecast's People

Contributors

assafg avatar bystac avatar davidov avatar h0x91b avatar hamecoded avatar nbiton avatar orizens avatar sagittarian avatar shairez avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.