javascript - How would I create a new instance of the database in Meteor.js when a new a unique url is passed in? -


I am creating a "magnetic poem game" with Meteor.js, which I am very new to.

Even I have so far:

I am using the homepage as a group play board, where all the users Can collaborate and create poems together. It's working fine, but I want to make an alternative that you can make your own personal board to play your own

I used iron: the router to create a unique URL UserId is I want to create a new example of the collection which does not affect the group board. Right now every time you move a piece to the group board, it changes the database in the user id url. Is it an easy way to implement or is it very complicated? Any suggestions would be appreciated. Thanks


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -