Story Book App
Interactive and collaborative stories. I have recently started working on an idea I have been mulling over for a few years. The project is an app that will allow users to write and experience interactive stories collaboratively. Stories will be able to support textual and graphic formats. Authors will be able to select points in the story where the reader can make a choice about how the story will unfold. Authors will also be able to open up these forks to collaborators who can add their own branches to the story. I am currently working on the API in what spare time I can manage. https://github.com/wesdean/story-book-api I have decided to use Go for the API. I considered a Node/Express API, but I so much like using Go. I am however fond of Knex for managing database migrations. There are also some good Javascript deployment tools available. I may end up using Go for the actual API and Javascript for code management. I settled in on Postgres for the database. I have used MySQL ...