Home / Companies / Hasura / Blog / Post Details
Content Deep Dive

Top ways to write a custom GraphQL Server with production ready features

Blog post from Hasura

Post Details
Company
Date Published
Author
Praveen Durairaju
Word Count
1,311
Language
English
Hacker News Points
-
Summary

This article discusses the top ways to write a custom GraphQL Server with production-ready features. It covers popular libraries for each language and how to add features like authorization, rate limiting, caching, etc. The common interface to try out GraphQL requests is GraphiQL. Languages discussed include Node + GraphQL, Python + GraphQL, Golang + GraphQL, Ruby + GraphQL, Java + GraphQL, .NET + GraphQL, and more. It also touches upon the use of plugins for production-ready features and how to extend custom servers to interact with other GraphQL servers.