akpbroad.blogg.se

Roblox library atlas
Roblox library atlas




roblox library atlas roblox library atlas

We will use basic auth to secure our REST Api, there are alot of other ways to secure a REST API. We will now try to save data from our Roblox game into MongoDB! We will use mongoose (Mongoose is a MongoDB object modeling tool designed to work in an asynchronous environment) to query our Mongo database You can always scale to better clusters, like Multi Region if you have a large game or something.Ĭreate some routes which will be used by our game in Roblox to send requests to save or retrieve data from Our Database. We will create our Database in MongoDB! MongoDB Atlas offers a free cluster, which we will be using.

roblox library atlas

So, below is a list of what all tasks we will need to take in order to establish a basic Rest API ↔ Roblox Game, to save and retrieve data in MongoDB.Ĭreate a Running Web server In Express (I will be using Glitch for this, just for fun…but its better if you use Solutions like Heroku, as they give better scaling options and totally managed platforms.) Now coming into what we want to do with MongoDB, basically we will create a REST API with NodeJS, Express and Some Few Dependencies, which we will use to Query our database and Of course Roblox will be where the data will be sent from and saved in MongoDB.






Roblox library atlas