Skip to content
/ v5 Public

A modern implementation of the Interclip server

License

Notifications You must be signed in to change notification settings

interclip/v5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a12ad57 · Apr 4, 2024
Jan 7, 2024
Mar 29, 2024
Mar 29, 2024
Jan 7, 2024
Apr 4, 2024
Aug 6, 2023
Jan 7, 2024
Jan 7, 2024
Mar 29, 2024
Mar 29, 2024
Apr 1, 2023
Aug 6, 2023
Mar 26, 2023
Jul 15, 2023
Apr 4, 2024
Jan 7, 2024
Apr 1, 2023
Jul 15, 2023

Repository files navigation

Interclip server

This repository contains the code for the rewrite of Interclip's server. The current server implementation at https://github.com/interclip/interclip is a garbled mess of PHP and JavaScript, and is hard to maintain. This rewrite is written in Rust, and in addition to the meme of "Rewrite it in Rust", it also has a lot of benefits:

  • It's fast
  • My IDE can actually understand the code
  • There's more validation and type safety