Home
Softono

Norch

Open source JavaScript
656
Stars
45
Forks
5
Issues
32
Watchers
11 months
Last Commit

 About Norch

A search server that can be installed with npm

Platforms

Web Self-hosted

Languages

JavaScript

Links

Need Help Installing Norch?

We provide expert installation service for this software. Our team will install, configure, and secure Norch on your server. plans start at just $30.

npm-version-image MIT License

      ___           ___           ___           ___           ___      
     /\__\         /\  \         /\  \         /\  \         /\__\     
    /::|  |       /::\  \       /::\  \       /::\  \       /:/  /     
   /:|:|  |      /:/\:\  \     /:/\:\  \     /:/\:\  \     /:/__/      
  /:/|:|  |__   /:/  \:\  \   /::\~\:\  \   /:/  \:\  \   /::\  \ ___  
 /:/ |:| /\__\ /:/__/ \:\__\ /:/\:\ \:\__\ /:/__/ \:\__\ /:/\:\  /\__\ 
 \/__|:|/:/  / \:\  \ /:/  / \/_|::\/:/  / \:\  \  \/__/ \/__\:\/:/  / 
     |:/:/  /   \:\  /:/  /     |:|::/  /   \:\  \            \::/  /  
     |::/  /     \:\/:/  /      |:|\/__/     \:\  \           /:/  /   
     /:/  /       \::/  /       |:|  |        \:\__\         /:/  /    
     \/__/         \/__/         \|__|         \/__/         \/__/     

Norch is a stand alone search server that can be installed with npm. It uses the search-index query language which integrates easily with JavaScript.

Use Norch when you need a fast and lightweight backend to your search applications.

Quickstart

Terminal

Type npx norch (append -h to display help)

Node

To use norch programatically within a node project, install with npm i norch and invoke like so:

import { Norch } from 'norch'
const myNorch = new Norch(ops)

API

Checkout the OpenAPI documentation online, or on your own norch server.