a server and which has persistent store (preferably JSON), also schema/validation support?
At the moment I'm using lowdb with a JSON validator to achieve similar to what I'm after. Just wondering if there's anything out there which achieves this without the need to run a server (mongo, etc...)
lowdb can also run in the browser. or what do you mean with "doesn't require a server"
Yes that's why I'm using lowdb at the moment. But lowdb doesn't have schema or validation support without writing mixins. Was wondering if anything does or whether that's the approach to take.
nodejs is mostly full-blown frameworks or modules you connect yourself. You could use joi and lowdb together? no?
Yes, that's essentially what I'm doing at the moment. Though I assumed there may be something more similar to mongoose though without the mongo overhead
Обсуждают сегодня