Allowed file types:jpg, jpeg, gif, png, webm, mp4, pdfMax filesize is 16 MB.Max image dimensions are 15000 x 15000. You may upload 3 per post.
▶Web Frameworks Anonymous 05/17/18 (Thu) 01:26:24 No.915387>>915404 >>915457 >>915539 >>915549 >>915647 >>916493 [Watch Thread][Show All Posts]
What is your favorite web development framework?
I love Ruby on rails
▶Anonymous 05/17/18 (Thu) 02:01:32 No.915404
>>915387 (OP)
Haskell Yesod
▶Anonymous 05/17/18 (Thu) 02:30:39 No.915423
django
▶Anonymous 05/17/18 (Thu) 03:30:12 No.915457
You will never be white. Frameworks are for fags, all you need is something to wrap the HTTP protocol, and you're good to go.
▶Anonymous 05/17/18 (Thu) 07:25:34 No.915532
>What is your favorite web development framework?
ExpressJS (https://expressjs.com/)
Fast, unopinionated, minimalist web framework for Node.js
▶Anonymous 05/17/18 (Thu) 07:37:45 No.915539>>915611
> Ruby on rails
> Pedo
Seems about right
▶Anonymous 05/17/18 (Thu) 07:49:47 No.915542
gopher
▶Anonymous 05/17/18 (Thu) 08:23:04 No.915549
I don't use one anymore, but when I did, I liked Sinatra.
http://sinatrarb.com/
▶Anonymous 05/17/18 (Thu) 13:29:39 No.915611>>915761
File (hide): acbb008d3ebe48b⋯.jpg (197.7 KB, 960x960, 1:1, 1522916310779-2.jpg) (h) (u)
>>915539
Ohh shit is only a fucking girl what is wrong with it , sjw .
▶Anonymous 05/17/18 (Thu) 15:32:45 No.915645
File (hide): 0d952955994d0e3⋯.pdf (417.44 KB, libmicrohttpd.pdf) (h) (u)
microhttpd
▶Anonymous 05/17/18 (Thu) 15:38:52 No.915647>>915666 >>915777 >>916063
File (hide): 3f6968e1470ac23⋯.gif (230.08 KB, 320x320, 1:1, tmp_30726-3f6968e1470ac234….gif) (h) (u)
Is there a way to access a mysql database with from JS in a browser?
▶Anonymous 05/17/18 (Thu) 16:58:03 No.915666>>915777
>>915647
you can make asynchronous http post requests to a server side api
▶Anonymous 05/17/18 (Thu) 21:11:16 No.915761
>>915611
I love Anna! ~^-^~
▶Anonymous 05/17/18 (Thu) 21:59:25 No.915777
>>915666
Talking to a server side API is not directly accessing the database. You need a REST interface of some sort that communicates via HTTP and not whatever binary bundle mysql uses on the actual machine it lives in. Even mongodb needs a secondary REST interface if you want to hit it from the browser, and it was basically invented for javascript.
▶Anonymous 05/17/18 (Thu) 22:08:09 No.915781
Probably werc. If I ever need something heavier, I'll just shit something out with Go.
▶Anonymous 05/18/18 (Fri) 13:44:25 No.916063
Websockify.
▶Anonymous 05/19/18 (Sat) 06:25:23 No.916493>>916537 >>916655
a folder full of static HTML files and something to serve them
if i wanted to do a gimmick such as dynamic content I'd open a socket and read/write to it
▶Anonymous 05/19/18 (Sat) 07:45:48 No.916537
>>916493
I too love memory errors caused by doing string manipulation in c.
▶Anonymous 05/19/18 (Sat) 11:33:15 No.916655
>And if I need to drive somewhere, I hop on my lawnmower and get there eventually.
▶Anonymous 05/29/18 (Tue) 14:04:07 No.922158>>922166
Erlang/OTP.
▶Anonymous 05/29/18 (Tue) 14:24:54 No.922166>>922169
>>922158
OTP is not web framework, it is framework for building distributed software.
There are few Erlang web frameworks like ChicagoBoss, N2O, Nitrogen or Zotonic.
▶Anonymous 05/29/18 (Tue) 14:30:34 No.922169
>>922166
zduchac is too dumb to understand that