Files
dolt/js/noms
Erik Arvidsson 651c140472 Add missing content type header to writeValue (#3169)
When we do a writeValue we do a POST with a request body of some binary
data. Some clients (RN) do not set the content-type header which then
leads to failure on our server.
2017-02-10 11:29:47 -08:00
..
2016-10-28 15:04:20 -07:00
2017-01-31 13:39:31 -08:00
2017-02-06 15:13:53 -08:00
2016-12-09 12:46:54 -08:00


Noms is a content-addressed, immutable, decentralized, strongly-typed database.

In other words, Noms is Git for data.

This is the JavaScript reference implementation.

Getting Started

The JavaScript SDK Tour walks you through installing and creating your first Noms database using NodeJS.

More Info

Command-Line Tour  |  Go SDK Tour  |  Intro to Noms