bluefire

0.0.5 • Public • Published

Bluefire

Lightweight TCP framework based on node.js and written in CoffeeScript

Features

  • Simple to use - Both, client and server can be written in the Bluefire, while keeping configurations for packets and routes same on both sides.

  • Flexible - Whether you need a simple application(or prototype), or you want framework to make application more structured and less error-prone, bluefire can handle that. See examples) for more information.

  • Real world compatible - Whether you want to send or receive data, you will never have to handle bytes. Construct real object, bluefire will handle everything else.

  • Object oriented - While focusing on object orientation, everything that can be object in bluefire, object is. This gives users flexibility and great ability to detect errors. You can also simply inject any service you want. Core Services page will provide you with more information.

Installation npm versionBuild Status

Be sure to install node.js first. Then:

$ sudo npm install -g bluefire

If you want to use structured approach to bluefire (in directory you want new project):

$ bluefire new myproject # this will create new server project 

Usage

See step by step wiki guide.

Examples

See examples repository.

API

Check wiki for Bluefire API usage.

Contribute

Any contributions to the project are welcome! See Issues or Future features to find out what you can do. Also feel free to contact me :)

Feel free to vote on Bluefire Trello for features you want to be in the framework first!

Before trying to contribute, please read Contribute to Bluefire

Testing

npm test

Package Sidebar

Install

npm i bluefire

Weekly Downloads

2

Version

0.0.5

License

BSD-2-Clause

Last publish

Collaborators

  • gelidus