Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jig/aritmetica
- Owner: jig
- Created: 2012-09-25T14:51:27.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-06T11:37:26.000Z (about 12 years ago)
- Last Synced: 2024-04-14T15:51:17.929Z (7 months ago)
- Language: JavaScript
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.