slush-marklogic-node icon indicating copy to clipboard operation
slush-marklogic-node copied to clipboard

MEAN alternative for MarkLogic

Open gjwilson21 opened this issue 9 years ago • 2 comments

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

gjwilson21 avatar Feb 22 '16 19:02 gjwilson21

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

grtjn avatar Feb 22 '16 20:02 grtjn

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.

sashamitrovich avatar Aug 16 '16 10:08 sashamitrovich