Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
As much as I dislike JS as a language, I have to admit that NodeJS (MEAN) is really great. And for frontend is not like you have any other option ;)
What kind of software is it? -
https://electron.atom.io/
Check it
Only problem? no local database on JS.
made the gui for an app with electron, only to find out I couldn't save in a sqlite file or something. Almost cried -
@RodrigoF Thuis contains some info you might like: http://stackoverflow.com/questions/...
-
If I had found that 1 year sooner... :(
Well, doing it on python now... like... 1 time a month -
eorono5568y@Joserc87 my software is an CRM on web and the problem is i dont program front end, i'm BackEnd developer and in mi opinion JS on server is a security problem (sorry for my english, i'm from Venezuela)
-
@eorono why do you think that? Just wondering because I might learn something :). Node and php backender myself!
-
I don't see why is it a security issue, not any more than python or ruby. I've never heard of that. But I'd like to know more about it!
Btw no worries, your English is fine. I'm from Spain myself. ;) -
eorono5568y@Joserc87 @linuxxx is very weak with cross-site scripting (XSS) is a problem very important and star with JQuery (Fuckin JQuery), but still, in my opinion i prefer Python on server side than JS, JS is to FrontEnd
When my boss say "we gonna build a new software and we gonna use JS" I start wondering if i really need this job
undefined