Skip to content

codepr/rtis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RTIS

Rust Text-Indexer Server, first attempt to build something in Rust, trivial implementation of a text-indexer server, return results in simple JSON format.

Single thread HTTP server, exposes two methods:

  • POST to add new text to be indexed
  • GET to query the server for results

No dependencies, being that simple of a project, it's all built from scratch.

Improvements

  • async/.await to accept multiple connections
  • improve the indexing algorithm

About

Utterly simple text indexer server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published