Skip to content

Instantly share code, notes, and snippets.

View AceTheCreator's full-sized avatar
:octocat:
Think Twice Code Once

Azeez Elegbede AceTheCreator

:octocat:
Think Twice Code Once
View GitHub Profile
@AceTheCreator
AceTheCreator / gist:1651bd1fa1eed947441e5828d357ac4f
Created November 21, 2024 16:34
Simple Chat Application AsyncAPI Document
asyncapi: 3.0.0
info:
title: Simple Chat API
version: 1.0.0
description: A simple real-time chat API using WebSocket protocol
servers:
production:
host: chat.example.com