Global Feed Post Login
Replying to Avatar TKay

There is something I can’t seem to comprehend.

If I am building an app that uses libraries. I’m installing the libraries on my computer, right?

Then I import the libraries to my app.

So if say my app is hosted on a server, do I also need to install the libraries on that host? Or does the app cart the parts it needs to run so it can do it independently without the library install?

I’m a little confused. 🤔

#asknostr

7e
HashTrash4Cash 1y ago

Search static vs dynamic linking.

tl;dr it depends on the language.

Python, Java Script, are dynamically linked.

Golang and some others are statically linked.

C, C++ no simply answer, goes both ways.

Reply to this note

Please Login to reply.

Discussion

No replies yet.