Skip to content

coderigo/ufo.js-base

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ufo.js Build Status

ufo.js is a simple browser-based platform for communicating and file sharing. It is hard pre-alpha version, so don't get mad if something is not working.

In order to make it work, you just need to:

  1. get Node.js properly working on your machine
  2. clone this repository with git clone https://github.com/TinyBoxDev/ufojs
  3. move in the repository folder with cd ~/ufojs/
  4. install all required node modules with npm install
  5. create your bundle with make compile
  6. launch your server with ./bin/p2p or with NODE_PATH="./lib/" node web.js

You can execute all the application tests in 2 different ways:

  1. launch server tests with make test
  2. launch modules tests with make testweb (you need Chrome Canary to be installed!)

If you wanna be super fast, just type make while you are inside the root folder of the project and let us do the rest.

About

P2P Websharing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.4%
  • CSS 1.5%
  • Shell 0.1%