Skip to content

Commit

Permalink
Merge pull request #18 from fed135/v0.3.0
Browse files Browse the repository at this point in the history
V0.3.0
  • Loading branch information
fed135 committed May 10, 2016
2 parents 438d964 + ea413f6 commit 474fe77
Show file tree
Hide file tree
Showing 20 changed files with 854 additions and 696 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ api_docs
/log.txt
/bin/kalm.min.js
/bin/kalm.min.js.map
/stacks.out
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tests
README.md
.travis.yml
webpack.config
.jshintrc
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<img align="left" src="http://i231.photobucket.com/albums/ee109/FeD135/kalm_logo.png">
<img align="left" src="http://i231.photobucket.com/albums/ee109/FeD135/kalm_logo_bolded.png">
# Kalm
*The Socket Optimizer*

[![Kalm](https://img.shields.io/npm/v/kalm.svg)](https://www.npmjs.com/package/kalm)
[![Build Status](https://travis-ci.org/fed135/Kalm.svg?branch=master)](https://travis-ci.org/fed135/Kalm)
[![Dependencies Status](https://david-dm.org/fed135/Kalm.svg)](https://www.npmjs.com/package/kalm)
[![Current Stage](https://img.shields.io/badge/stage-beta-blue.svg)](https://codeclimate.com/github/fed135/Kalm)
[![Code Climate](https://codeclimate.com/github/fed135/Kalm/badges/gpa.svg)](https://codeclimate.com/github/fed135/Kalm)
[![Current API Stability](https://img.shields.io/badge/stability-stable-blue.svg)](https://codeclimate.com/github/fed135/Kalm)

---

Expand Down Expand Up @@ -75,13 +76,13 @@ Simplify and optimize your Socket communications with:

**Requests per minute**

<img src="http://i231.photobucket.com/albums/ee109/FeD135/perf.png">
<img src="http://i231.photobucket.com/albums/ee109/FeD135/perf_v03.png">

*Benchmarks based on a single-thread queue test with Kalm default bundling settings AND msg-pack enabled*

**Bytes transfered**

<img src="http://i231.photobucket.com/albums/ee109/FeD135/transfered.png">
<img src="http://i231.photobucket.com/albums/ee109/FeD135/transfered_v03.png">

*Number of bytes transfered per 1000 requests*

Expand Down Expand Up @@ -139,7 +140,6 @@ By default, all Kalm logs are hidden. They can be enabled through the DEBUG envi

[Milestones](https://github.com/fed135/Kalm/milestones)


## Contributing

I am looking for contributors to help improve the codebase and create adapters, encoders and middleware.
Expand Down
112 changes: 0 additions & 112 deletions docs/BRAINSTORM.md

This file was deleted.

22 changes: 0 additions & 22 deletions docs/PONG_TEST.md

This file was deleted.

62 changes: 0 additions & 62 deletions docs/ROADMAP.md

This file was deleted.

118 changes: 0 additions & 118 deletions docs/RULES.md

This file was deleted.

17 changes: 0 additions & 17 deletions docs/WHY.md

This file was deleted.

Loading

0 comments on commit 474fe77

Please sign in to comment.