Skip to content

tloncorp/js-http-api

This branch is 10 commits behind urbit/js-http-api:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

83f99bd · Mar 13, 2024

History

49 Commits
Jan 20, 2023
Mar 13, 2024
Mar 13, 2024
Jan 20, 2023
Jan 20, 2023
Sep 12, 2023
Sep 12, 2023
Mar 13, 2024
Jan 20, 2023
Sep 12, 2023
Sep 12, 2023

Repository files navigation

Urbit JS HTTP API

This project allows you to connect to an Urbit ship via a JavaScript application. In-depth usage can be found in the guide.

Example

Check out the example directory for examples of how to use this code.

  1. Open example/index.html in your browser and follow the instructions there, or
  2. With a ship running in the same fashion as indicated in the file above, run node example/index.js

The code for either of these can be found in src/example/browser.js or src/example/node.js, depending on your context.

Design

This library is designed to be useful for node applications that communicate with an urbit running either on the local computer or on a remote one.

The majority of its methods are asynchronous and return Promises. This is due to the non-blocking nature of JavaScript. If used in a React app, response handlers should be bound with this to setState after a message is received.

NOTE

You must enable CORS requests on your urbit for this library to work in browser context. Use +cors-registry to see domains which have made requests to your urbit, and then approve the needed one, e.g. |cors-approve http://zod.arvo.network.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.7%
  • HTML 6.8%
  • JavaScript 1.5%