Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (18 loc) · 1023 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 1023 Bytes

This is a Glee project bootstrapped with create-glee-app.

Getting Started

First, run the development server:

npm run dev

You can start editing the API by modifying functions/onHello.js and asyncapi.yaml. The server auto-updates as you edit the file.

Learn More

To learn more about Glee features and API, take a look at the documentation.

You can check out the Glee Github repository - your feedback and contributions are welcome!

Usage

This app is deployed on Heroku. Use your favorite WebSocket client and connect to wss://glee-hello-world.herokuapp.com/hello.

Using Websocat

websocat wss://glee-hello-world.herokuapp.com/hello

Using Postman

Learn more about using WebSocket in Postman.