DEV Community

Discussion on: Appwrite x DEV Hackathon Help Thread

Collapse
 
smppatel99999 profile image
Sahil Patel

Hey guys, What is the use case of node js server sdk of appwrite. I think the web sdk can do almost everything. Just curious to know the difference between them for JAM stack development.

Collapse
 
christyjacob4 profile image
Christy Jacob • Edited

Great question...
The Node JS SDK is a Server SDK whereas the web SDK is a Client SDK

They have different powers ( if you may ).

You can refer to this article which explains the differences
dev.to/appwrite/30daysofappwrite-s...

Collapse
 
smppatel99999 profile image
Sahil Patel

Thanks for clarification.