0.2.13 • Published 10 years ago

axon-bridge-server v0.2.13

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

Bridge Server

Written by Jeff Rose and James Zinger (mostly James!) of Axon Interactive

Description

This node.js module provides an API development framework for browser-based webapps. It features a broad range of commonly-used features from authentication to analytics to email notifications. While it is targeted at Axon's websites and eLearning portals, it can handle a wide array of websites and API needs.

This version of bridge-server (v0.2.12) in intended to be compatible with v0.2.12 of bridge-client (the counterpart client-side library).

Usage

This module is available from the npm package registry. Install it with the following command:

npm install axon-bridge-server

Once installed, simply require axon-bridge-server into your project:

<node_modules>/axon-bridge-server/lib/server.js

Further instructions will be posted eventually...