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.
Ask HN: Fun Language for Small Webserver?
1–3 of 3 posts
Re: Ask HN: Fun Language for Small Webserver?
#2Python with aiohttp, particularly with web sockets.
Re: Ask HN: Fun Language for Small Webserver?
#3It 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.