Settings

Theme

C framework and how to deliver code as exe or on linux

2 points by panbhatt 10 years ago · 2 comments · 1 min read


Hi, Recently i have started coding in C to interact with REDIS and found out the old love to work with C, however i came a long way from java to nodeJS and wanted to learn it again for fun & actual work (like developer a library like REDIS in C). I have few questions. 1. Where to start, since i know basic C, are there any frameworks established. 2. Network programming or i should say HTTP programming, how to do that. 3. How to delivery the softwares like EXE on windows , or jar in java means how the ecosystem works.

i hope there will be enough experienced programmers to guide me through the tunnel.

datalist 10 years ago

I am not quite sure what your question is.

Is it what you need to do to write native extensions for Node.js? In that case https://nodejs.org/api/addons.html might get you started. Would there be a particular reason for a C implementation though?

  • panbhattOP 10 years ago

    We are already using that. however the intention is just to familiarize myself with the C ecosystem like build systems, frameworks, database integrations, web application frameworks (if there any), exactly like java has maven,spring,tomcat,jboss etc.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection