jakesgordon / javascript-state-machine

A javascript finite state machine library
MIT License
8.69k stars 964 forks source link

Using with Mongoose #168

Open puttpotsawee opened 5 years ago

puttpotsawee commented 5 years ago

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 😄