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.
- Host: GitHub
- URL: https://github.com/dotmpe/node-expressio-seed
- Owner: dotmpe
- Created: 2015-08-02T18:16:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T22:23:41.000Z (almost 8 years ago)
- Last Synced: 2025-01-03T07:33:24.217Z (over 1 year ago)
- Language: CoffeeScript
- Size: 85 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.rst
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.