<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Api on jason grey</title><link>https://jason-grey.com/tags/api/</link><description>Recent content in Api on jason grey</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 04 Apr 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://jason-grey.com/tags/api/index.xml" rel="self" type="application/rss+xml"/><item><title>Enterprise Rust 2025: Web and API Development</title><link>https://jason-grey.com/posts/2025/enterprise-rust-web-and-api/</link><pubDate>Fri, 04 Apr 2025 00:00:00 +0000</pubDate><guid>https://jason-grey.com/posts/2025/enterprise-rust-web-and-api/</guid><description>&lt;h1 id="web-and-api-development-for-rust-enterprise-applications"&gt;
 Web and API Development for Rust Enterprise Applications
 &lt;a class="heading-link" href="#web-and-api-development-for-rust-enterprise-applications"&gt;
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"&gt;&lt;/i&gt;
 &lt;span class="sr-only"&gt;Link to heading&lt;/span&gt;
 &lt;/a&gt;
&lt;/h1&gt;
&lt;p&gt;Building robust web services and APIs is a core requirement for most enterprise applications. In this post, we&amp;rsquo;ll explore how to develop high-performance, reliable web and API components using Rust, focusing on web servers, GraphQL APIs, and RESTful services.&lt;/p&gt;
&lt;h2 id="web-server-technologies-in-rust"&gt;
 Web Server Technologies in Rust
 &lt;a class="heading-link" href="#web-server-technologies-in-rust"&gt;
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"&gt;&lt;/i&gt;
 &lt;span class="sr-only"&gt;Link to heading&lt;/span&gt;
 &lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Rust&amp;rsquo;s ecosystem offers several approaches to building web servers, from low-level HTTP libraries to full-featured web frameworks.&lt;/p&gt;</description></item><item><title>Web and API - Enterprise Rust</title><link>https://jason-grey.com/posts/2023/enterprise-rust-3-web-api/</link><pubDate>Thu, 02 Nov 2023 00:00:00 +0000</pubDate><guid>https://jason-grey.com/posts/2023/enterprise-rust-3-web-api/</guid><description>&lt;h1 id="series-outline"&gt;
 Series Outline
 &lt;a class="heading-link" href="#series-outline"&gt;
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"&gt;&lt;/i&gt;
 &lt;span class="sr-only"&gt;Link to heading&lt;/span&gt;
 &lt;/a&gt;
&lt;/h1&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href="https://jason-grey.com/posts/2023/enterprise-rust-1-overview/" &gt;Overview&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Framework analysis and selection:&lt;/strong&gt; Delving into the specifics of framework selection and application.
&lt;ol&gt;
&lt;li&gt;&lt;a href="https://jason-grey.com/posts/2023/enterprise-rust-2-core-components/" &gt;Core Components&lt;/a&gt;: Database management, modularization, internal RPC, AMQP.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://jason-grey.com/posts/2023/enterprise-rust-3-web-api/" &gt;Web and API&lt;/a&gt;: Web Server, GraphQL API.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://jason-grey.com/posts/2023/enterprise-rust-4-application-development/" &gt;Application Development&lt;/a&gt;: Web, CLI, desktop, and mobile app development.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://jason-grey.com/posts/2023/enterprise-rust-5-miscellaneous-tools/" &gt;Miscellaneous Tools&lt;/a&gt;: Observability, logging, machine learning.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Boilerplate project:&lt;/strong&gt; A comprehensive guide including setup instructions for selected frameworks, architectural diagrams, and development environment configurations.&lt;/li&gt;
&lt;/ol&gt;
&lt;h1 id="web-server"&gt;
 Web Server
 &lt;a class="heading-link" href="#web-server"&gt;
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"&gt;&lt;/i&gt;
 &lt;span class="sr-only"&gt;Link to heading&lt;/span&gt;
 &lt;/a&gt;
&lt;/h1&gt;
&lt;p&gt;In the realms of Java and .NET, a web application server serves as a critical component, providing an environment where web applications can run and manage web-based requests. Java has options like Apache Tomcat and WildFly, while .NET relies on servers like IIS or Kestrel. These servers handle a myriad of tasks including request processing, application lifecycle management, and security. In contrast, when it comes to Rust, a language still maturing in web development, selecting an appropriate web application server is not as straightforward. There isn&amp;rsquo;t a default go-to like in Java or .NET ecosystems. Instead, we need to explore and choose from emerging options such as Actix-Web, Rocket, or Warp, each offering unique features and performance characteristics tailored for Rust&amp;rsquo;s concurrency model and safety guarantees. This choice is pivotal to ensure efficient request handling, scalability, and robustness in Rust-based web applications.&lt;/p&gt;</description></item><item><title>Google+ Java API Launched</title><link>https://jason-grey.com/posts/2011/google-plus-api/</link><pubDate>Wed, 15 Jun 2011 00:00:00 +0000</pubDate><guid>https://jason-grey.com/posts/2011/google-plus-api/</guid><description>&lt;p&gt;Quick note – I created a quick and dirty Google+ API using Java. It lets you get at public profiles, followers and following, as well as recent posts.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://code.google.com/archive/p/javaplus/" class="external-link" target="_blank" rel="noopener"&gt;Code is available&lt;/a&gt; on Google Code&lt;/p&gt;
&lt;p&gt;I have a social graph visualizer done as well, but it’s not quite ready for prime time.&lt;/p&gt;</description></item></channel></rss>