marklogic-community / slush-marklogic-node

Slush generator for a MarkLogic/node project
https://github.com/marklogic-community/slush-marklogic-node/wiki
Other
40 stars 28 forks source link

MEAN alternative for MarkLogic #318

Open gjwilson21 opened 8 years ago

gjwilson21 commented 8 years ago

Hi,

Currently there are multiple generators/frameworks for MEAN stacks based on Mongo DB. is there a plan to develop one for MarkLogic(since M could also mean MarkLogic :))? I have tried using both, the slush-generator as well as samplestack. Is there something that is in between(not as full blown as sample stack, but a three tier app which can be used as a starting point)?

Thanks Joel

grtjn commented 8 years ago

Not yet, though we have some long term plans adding docs on how to use node client api in middle-tier..

sashamitrovich commented 8 years ago

Slush generated app is a 3-tier app, same architecture as MEAN. You can extend the middle tier (node.js) with your business logic and expose it as rest api service(s) to the presentation tier. You can also use the slush-generator version with java springboot acting as the middle tier.