Skip to content

An example atproto application using ExpressJS and Typescript.

Notifications You must be signed in to change notification settings

mnsrv/statusphere-example-app

Repository files navigation

AT Protocol Express App

A demo application covering:

  • public firehose ingestion
  • identity and login with OAuth
  • writing to the network

Getting Started

Development

pnpm i
cp .env.template .env
pnpm run dev
# Navigate to http://localhost:8080

About

An example atproto application using ExpressJS and Typescript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.7%
  • CSS 7.3%