3.0.14 • Published 12 years ago

crossweb v3.0.14

Weekly downloads
45
License
-
Repository
-
Last release
12 years ago

Crossweb

Crossweb is configuration web framework base on JSP style in Java.

Installation

sudo npm install -g crossweb

How to use

After install crossweb, generate package with cw generate <project name>. Crossweb will create directory with file and folder structure that needs to run service. File structure is like below.

- client
- server
 - app.js
 - config-default.json
- package.json

There have two ways to run application.

  • via app.js by node server/app.js directly.
  • cw <project name>

It can run with specific ip and port with -address and -port argument.

3.0.14

12 years ago

3.0.12

12 years ago

3.0.11

12 years ago

3.0.10

12 years ago

3.0.9

12 years ago

3.0.8

12 years ago

3.0.7

12 years ago

3.0.6

12 years ago

3.0.5

12 years ago

3.0.4

12 years ago

3.0.3

12 years ago

3.0.2

12 years ago

3.0.1

12 years ago

3.0.0

12 years ago