Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jig/aritmetica

Pure JSON server sample
https://github.com/jig/aritmetica

Last synced: 6 days ago
JSON representation

Pure JSON server sample

Awesome Lists containing this project

README

        

aritmètica
===============

Demonstration nodeJS JSON Application Server, enough to learn client JavaScript, JSON and some server programming.

Installing
----------

### Prerequisites ###

NodeJS (tested with 0.8.11) and commander module (npm install commander)

### Installing ###

Copy all (two) files and invoke aritmetica.js.

### Server Launch ###

Port 80 is used by default. If you do not have the proper privileges, you can change port with -p / --port argument option.

### Client Launch ###

Client invokes server provided aritmetic provides. Use client --help for further instructions. It can start several concurrent connections.