amorphic-babel

1.3.15 • Public • Published

Amorphic

Purpose

Front to back isomorphic framework for developing applications with node.js and mongoDB

Installation

To get started with a more complex app see the Amorphic Ticket Demo

To start with a hello world follow these instructions

npm install amorphic
npm install Q

Then move these from node_modules\amorphic into the root

  • apps folder which contains a hello world app and a doctor patient app

  • config.json

Create an app.js as follows:

require('amorphic').listen(__dirname);

start node.js

node app.js --port <available port>

Bring up the hello world test page in your browser and add some worlds!

See this blog post for more info on Amorphic and this video that demos the drpatient sample

Status

Amorphic is still under development. The next major step is creating documentation and tests. In the mean time the amorphic-ticket-demo is the best resource

License

Amorphic is licensed under the MIT license

Readme

Keywords

none

Package Sidebar

Install

npm i amorphic-babel

Weekly Downloads

1

Version

1.3.15

License

none

Last publish

Collaborators

  • hackerrdave