I know jQuery & Java. I want to build a backend for my android app. I don't want to learn Javascript right now. Can I make backend via Express.js with only jQuery knowledge? Or is there any backend service like Express.js based totally on jQuery?
Asked
Active
Viewed 175 times
-4
-
javascript backend?? – guradio May 04 '17 at 06:50
-
2_I don't want to learn Javascript right now_ but you want to use express and jquery :)) – madalinivascu May 04 '17 at 06:50
-
I think something like nodejs – Alessandro May 04 '17 at 06:51
-
@Alessandro he doesn't want to learn javascript – madalinivascu May 04 '17 at 06:51
-
See [this](http://stackoverflow.com/questions/1801160/can-i-use-jquery-with-node-js) anyway to use JQuery you should already know javascript – Alessandro May 04 '17 at 06:53
-
Your question does not make any sense. If you want to use JavaScript libraries and frameworks, you **MUST** learn JavaScript. jQuery does not exist on the server side, but you could use [cheerio](https://www.npmjs.com/package/cheerio). – Badacadabra May 04 '17 at 14:02
-
Thank you everyone for your answers. They were all very helpful. – S. Singh May 04 '17 at 17:35
2 Answers
0
JQuery is browser based. If you are dealing with JSON objects then it would be easy to use Express.js which is a library commonly used with Node.js. You cannot use JQuery to code backend.

Juliyanage Silva
- 2,529
- 1
- 21
- 33
0
You cannot use jQuery for backend development and you can't use it with express.js, it's limited to frontend.
Generally if you already know jQuery, plain javascript will be easy to pick up. And you generally don't need a very high level of javascript knowledge to get started with express.js atleast.
I'd suggest an hour of codecademy or something of the like to get to grips with the syntax.

chillcaw
- 112
- 9