nodews
v0.0.5
Published
nodejs HTTP Web Services
Readme

NodeJS Webservices v1
Overview
NodeWS is a Entity-Component based architecture for developing back-end services of different kinds. Also it offers MVC features as Components.
Installation
- Install FlashDevelop (not obligatory)
- Install and make available in the command line NodeJS
- Run
haxelib git hxnodejs https://github.com/HaxeFoundation/hxnodejs.git - Run
haxelib git nodews https://github.com/haxorplatform/nodews.git 1.0
Development
Build and Run
- The installations should make all necessary tools available.
- Develop your application and compile it in a
.js - Run
nodejs your_app.jsand you are done!
Dependencies
- Some webservices you make will need extra nodejs packages:
mongodbmailservermultiparty(upload support for webservices)authom
