You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A specification for the discoverable exchange of data over a single HTTP endpoint
7
7
8
-
This repository provides the home for the __Offen protocol__ specification, as well as a server and client reference implementation.
8
+
This repository provides the home for the __Offen Protocol__ specification, as well as a server and client reference implementation.
9
9
10
10
## The specification
11
11
12
-
The [__Offen protocol__][draft] provides vocabulary and a set of building blocks that can be used to transparently collect and share arbitrary data with your users.
13
-
It is derived from our learnings when building [Offen][Offen].
12
+
The [__Offen Protocol__][draft] provides vocabulary and a set of building blocks that can be used to transparently collect and share arbitrary data with your users.
13
+
It is derived from our learnings when building [Offen Fair Web Analytics][Offen Fair Web Analytics].
14
14
15
-
[Offen]: https://www.offen.dev
15
+
[Offen Fair Web Analytics]: https://www.offen.dev
16
16
[draft]: https://offen.github.io/protocol/
17
17
18
18
## The client
19
19
20
-
`client` contains a reference implementation of a client class that implements the Offen protocol.
20
+
`client` contains a reference implementation of a client class that implements the Offen Protocol.
21
21
It is written in JavaScript and requires to run in a browser.
22
22
23
23
## The server
24
24
25
-
`server` contains a reference implementation of a server that implements the Offen protocol.
25
+
`server` contains a reference implementation of a server that implements the Offen Protocol.
26
26
It is written in Golang and is designed in a framework agnostic way so that you can use it in basically any application.
0 commit comments