jakesgordon / javascript-state-machine

A javascript finite state machine library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using with Mongoose

puttpotsawee opened this issue · comments

Hi @jakesgordon,

I've been using this lib with my new backend project, and it has been great! The lib solves tons of my issue, and everyone in my team loves it!

I use the State Machine tightly with a Mongoose model, so I decided to create a Mongoose Plugin to integrate Javascript State Machine with Mongoose.

Mongoose State Machine

Here it is, you might want to check it out. If you have any ideas or suggestions for further development, please feel free to reach me out 😄