0.3.6 • Published 9 years ago

zygo-server v0.3.6

Weekly downloads
2
License
MIT
Repository
-
Last release
9 years ago

Zygo-Server

Zygo is the beginnings of a slim dual client/server rendering framework built around JSPM and React. This repo contains the server-side rendering and routing code. It is intended to be run as a server bootstrap for an app using JSPM and Zygo-Client.

For an overview of the problem Zygo solves and some motivation, see Zygo-Client.

Installation

To install it as an npm dependency, run:

$ npm install --save zygo-server

Example Usage

For a more detailed description of the server API, see the project wiki.
For a complete example, see Zygo-Example.

import Zygo from 'zygo-server';

let zygo = new Zygo('zygo.json');
zygo.initialize()
  .then(() => zygo.createServer())
  .catch(console.error.bind(console));
0.3.6

9 years ago

0.3.5

9 years ago

0.3.4

9 years ago

0.3.3

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago