Coder Social home page Coder Social logo

nodejs-example's Introduction

Nodejs-example

In this example, the nodejs server connect to postgresql-db, insert two message into the db and then listen on 8080 port. When user access the nodejs server, the server getback the info from db and send to user.

Usage this example:

$ osadm new-project test

$ osc process -f nodejs-template-stibuild.json | osc create -f - -n test

$ osc get bc -n test
NAME                  TYPE      SOURCE
nodejs-sample-build   Source    git://github.com/mdshuai/nodejs-example.git

$ osc start-build nodejs-sample-build -n test

$ osc get se -n test
NAME       LABELS                                   SELECTOR        IP(S)           PORT(S)
database   template=application-template-stibuild   name=database   172.30.99.105   5432/TCP
frontend   template=application-template-stibuild   name=frontend   172.30.39.105   8080/TCP

$ curl 172.30.39.105:8080
Hello, Get data from postgreql : 
[
    {
        "type": "nodejs",
        "version": "0.10"
    },
    {
        "type": "postgresql",
        "version": "9.2"
    }
]

nodejs-example's People

Contributors

bettiolo avatar ryanj avatar sspeiche avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

jansencj

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.