xmtp / example-notification-server-go

Example push notification server, written in Golang
MIT License
15 stars 8 forks source link

Demonstrate how to just log the message #14

Closed neekolas closed 1 year ago

neekolas commented 1 year ago

Summary

I whipped up this PR as a quick example of how to run the XMTP listener and just log the message.

It comments out the regular Delivery Service and replaces it with one that doesn't actually send Push Notifications but just logs instead. Can be used for quickly validating that the listener is working.

The next step from here would be to create your own delivery service that proxies requests to another service.

Notes

Do not merge. Just for demo purposes.