Skip to content
/ lat Public

LocalAreaText - A simplistic web server to exchange text with other devices

License

Notifications You must be signed in to change notification settings

palask/lat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LocalAreaText (LAT)

How can I simply share text with other devices in my local network? LAT automatically synchronizes the text you input on the site with every other device that visits the site. It also stores the inputted text so it is not lost when you shutdown the server. Whenever the server connection is lost, this is displayed to the user.

LAT uses Elysia with Bun on the backend. On the frontend it has no dependencies, it just uses native WebSockets to communicate with the server. Please note that LAT does not use TLS, so it is easy to deploy locally but do not use it for sensitive data.

Installation

  1. Make sure Bun is installed or use pnpm.
  2. Start the required packages with:
bun install

Usage

  1. Start the web server with:
bun run start
  1. Visit SERVER_IP:5000 in your browser and replace SERVER_IP accordingly.
  2. When you are done, you can shutdown the server with Ctrl+C.

About

LocalAreaText - A simplistic web server to exchange text with other devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published