ribice / goch

Self hosted live chat server written in Go
https://www.ribice.ba/goch
MIT License
198 stars 30 forks source link

Rewrite client #1

Open ribice opened 5 years ago

ribice commented 5 years ago

The static client for gossip (pre-fork version) is available here.

The endpoints are different now (most changed from POST to GET and from JSON body to URL/Query params).

Other than that it should be straightforward.

The React chat component should be able to hook without changes to the modified client.