Coder Social home page Coder Social logo

nikmash / amorphic Goto Github PK

View Code? Open in Web Editor NEW

This project forked from selsamman/amorphic

0.0 1.0 0.0 1.08 MB

A front-to-back isomorphic framework for developing applications with node.js and mongoDB

License: MIT License

JavaScript 95.52% TypeScript 3.14% HTML 0.02% Shell 1.32%

amorphic's Introduction

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

Testing

In order to run the tests for this repo, you will need to have the Mocha test framework installed.

$ npm install -g mocha

Run all the tests:

$ npm test

Run specific test (in this case, config test):

$ npm run test:config

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.