An open API service indexing awesome lists of open source software.

https://github.com/dotmpe/node-expressio-seed

Test-driving the Express.IO framework for client/server framework basis.
https://github.com/dotmpe/node-expressio-seed

Last synced: 5 days ago
JSON representation

Test-driving the Express.IO framework for client/server framework basis.

Awesome Lists containing this project

README

          

NodeJS Express.IO Seed
=====================
:Version: 0.0.2-dev
:dependency status:

.. image:: https://gemnasium.com/dotmpe/node-expressio-seed.png
:target: https://gemnasium.com/dotmpe/node-expressio-seed
:alt: Dependencies

:build status:

.. image:: https://secure.travis-ci.org/dotmpe/node-expressio-seed.png
:target: https://travis-ci.org/dotmpe/node-expressio-seed
:alt: Build

:repository:

.. image:: https://badge.fury.io/gh/dotmpe%2Fnode-expressio-seed.png
:target: http://badge.fury.io/gh/dotmpe%2Fnode-expressio-seed
:alt: GIT

- Boilerplate coffee-script project with Express.IO server/client and Mocha tests.
- Gruntfile (JS) for delinting and testing.

Branch Docs
-----------
master
- A functional server/client that does nothign but send an example event
around.

dev
- Intermediate versions of master.

test
- Follows dev.