Skip to content

ag-syssoft/BallJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BallJS

Usage

To start server and client, use

make server & make client

To generate a new ball and send it to the (already running) server, use

make ball

Requirements

  • make
  • php5-cli
  • install and enable curl for php (e.g. php5-curl)
  • npm
  • nodejs

Development

$ npm install

While developing it is very helpful to restart the server when files are changed. You can achieve this with the following commands:

$ sudo npm install forever -g
$ forever -w start_service.js

And also have a look at the Makefile within the tests-directory.

Additional Requirements

For development, in addition to the requirements for using BallJS, you will also need

  • phpunit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published