This is a Glee project bootstrapped with create-glee-app
.
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.
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!
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
Learn more about using WebSocket in Postman.