https://github.com/devpaul/logging-client
https://github.com/devpaul/logging-client
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/devpaul/logging-client
- Owner: devpaul
- License: mit
- Created: 2012-10-30T21:15:51.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-28T18:03:17.000Z (over 13 years ago)
- Last Synced: 2025-01-28T15:21:47.145Z (over 1 year ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Basic Logging Client
A basic implementation of a javascript client API for logging-server
## Usage
```
logging.config.server = "http://yourserver.com"
```
## Features
* browser logging using rest or websockets
* node client logging using rest or sockets
* modularized distributions targeting browser, require/AMD, node
## Project Goals
* websocket/socket support for browser/node client
* fully tested with unit and integration tests
* coincident node/browser development
* coincident node/browser testing
* packaged for node and minified for browsers
## Building
Not implemented. The build process will be started using Grunt.
## Testing
Testing is done using Testacular/Jasmine
### Unit testing
On the command line call:
``` bash
grunt testacular
```
This should fetch any necessary dependencies from the package.json and run testacular using Chrome.
Edit build/testacular.conf.js to test using a different set of browsers.
### Integration testing with logging-server
Not implemented