Hello everyone, I have a question, how can I enter a point on cesium and save it in a database?

1. A concise explanation of the problem you’re experiencing.

how can I enter a point on cesium and save it in a database?

2. A minimal code example. If you’ve found a bug, this helps us reproduce and repair it.

I just read that you can make a layer, but I have not done it

3. Context. Why do you need to do this? We might know a better way to accomplish your goal.

to add serveral points on cesium

4. The Cesium version you’re using, your operating system and browser.

for cesium 1.49

CesiumJS is a client-side library. So you’d need to write a server and set up your database yourself.

TerriaJS is built on top of Cesium, and I think their viewer lets you add and share data: https://terria.io/

Although I can’t seem to find a way to just add points/labels.