You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw some discussions about this on the discord, but maybe if people really want to start working on it, we should maybe document our decisions on Github.
Looking at the discord people seem to prefer MongoDB with Mongoose. Alternatively, we could use something an ORM that support MongoDB and a SQL database (e.g. Waterline.
Then there is the question of which API the server should provide. Depending on what people want to learn, it could provide a REST API (express, koa, ...), GraphQL, WebSockets or a mix of them.
Let me know if I can help setting up issues for people to work on or creating the initial server structure.
The text was updated successfully, but these errors were encountered:
I saw some discussions about this on the discord, but maybe if people really want to start working on it, we should maybe document our decisions on Github.
Looking at the discord people seem to prefer MongoDB with Mongoose. Alternatively, we could use something an ORM that support MongoDB and a SQL database (e.g. Waterline.
Then there is the question of which API the server should provide. Depending on what people want to learn, it could provide a REST API (express, koa, ...), GraphQL, WebSockets or a mix of them.
Let me know if I can help setting up issues for people to work on or creating the initial server structure.
The text was updated successfully, but these errors were encountered: