Skip to content

strikeout/node.vert.x

This branch is up to date with nelsonsilva/node.vert.x:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d7d354e · May 23, 2012

History

17 Commits
May 23, 2012
May 23, 2012
May 23, 2012
May 23, 2012
May 21, 2012
May 22, 2012
May 23, 2012
May 23, 2012
May 21, 2012
May 17, 2012
May 21, 2012
May 17, 2012

Repository files navigation

node.vert.x

This is a simple node.js compatibility layer for vert.x

Building

Clone the repo into your vertx/mods directory

Initialize the submodules: git submodule update --init

Copy build.properties.sample to build.properties

ant

Running

Add node.vert.x/bin to your PATH

Go to your project directory (ex: ShareJS)

Run the node.vert.x mod:

node.vert.x <arguments>

Ex:

Running ShareJS

node.vert.x bin/exampleserver.js -p 8080

Notes

All the node.js modules are copied from node.js which means copyright Joyent, Inc. and other Node contributors.

About

Simple node.js compatibility layer for vert.x

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published