Settings

Theme

Ask HN: Fun Language for Small Webserver?

1 points by tardygrade 5 years ago · 2 comments · 1 min read

Reader

I'm thinking of starting a small web-based project. What are fun languages to do it in? I'm looking for something instructive, but preferably with sufficient library support so that I don't have to write networking libraries or database clients from scratch.

the_hoser 5 years ago

It depends on what your needs are, but you're probably best off going with Python. If you don't need things like websockets, then Flask is really easy to get into.

PaulHoule 5 years ago

Python with aiohttp, particularly with web sockets.

Keyboard Shortcuts

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