IRC channel logs

2025-02-05.log

back to list of logs

<oppili>hiya o/, i have just begin building a social-media platform that uses atproto for identity, when i came across the blogposts dustycloud.org, and then across ocapn, and now im here. and ive read through the "heart of spritely" whitepaper and have been able to assimilate some ideas. but i am still a bit lost.
<oppili>is there a "write a network with goblins step-by-step guide" of some sort that i could follow?
<dthompson>oppili: the goblins docs have a brief tutorial for a "hello world" style program over ocapn https://files.spritely.institute/docs/guile-goblins/0.15.0/Example-Two-Goblins-programs-chatting-over-CapTP-via-Tor.html
<dthompson>to go one step further, you can check out goblin-chat for an example of a barebones chatroom https://gitlab.com/spritely/guile-goblin-chat/-/blob/main/goblin-chat/backend.scm?ref_type=heads
<dthompson>also you should join #spritely :)
<oppili>dthompson: much appreciated, i will take a look at the chat example