Accessing to DB at client side as in server side with meteor

后端 未结 3 732
别那么骄傲
别那么骄傲 2021-01-05 02:12

I read this at the docs:

Database Everywhere. Use the same transparent API to access your database from the client or the server.

3条回答
  •  天命终不由人
    2021-01-05 02:58

    Secure your app by removing the insecure and autopublish packages:

    meteor remove insecure autopublish
    

提交回复
热议问题