new mongoose schema plugin - mongoose-jsonform

56 views
Skip to first unread message

Jussi Vatjus-Anttila

unread,
Dec 14, 2013, 6:02:10 AM12/14/13
to mongoo...@googlegroups.com
Hi all,

I've used about year now mongoose library for web based applications, but i've wondered how others are doing html forms against mongoose schemas. I've used jsonform library, which are very flexible to generate nice forms, but biggest worry have been how to create jsonform compatible schema and now I finally developed separate node module, mongoose-jsonform which do this trick. It's not perfect at all, but good starting point I think.

So there's list why I did it: 
  • jsonform is very flexible,template-able
  • mongoose schema is defined anyway, so why it can't be used in front-end as well
    • this point is needed transformation mongoose-schema -> jsonform-schema
  • I didn't want to generate forms in backend
    • (I know that there is several back-end libraries)
All feedback is welcome! Perhaps this is also beneficial to someone else :)

Aaron Heckmann

unread,
Dec 16, 2013, 7:33:17 PM12/16/13
to mongoo...@googlegroups.com
Thanks for sharing!
--
Documentation - http://mongoosejs.com/
Plugins - http://plugins.mongoosejs.com/
Bug Reports - http://github.com/learnboost/mongoose
Production Examples - http://mongoosejs.tumblr.com/
StackOverflow - http://stackoverflow.com/questions/tagged/mongoose
Google Groups - https://groups.google.com/forum/?fromgroups#!forum/mongoose-orm
Twitter - https://twitter.com/mongoosejs
IRC - #mongoosejs
---
You received this message because you are subscribed to the Google Groups "Mongoose Node.JS ODM" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongoose-orm...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


--

Reply all
Reply to author
Forward
0 new messages