THIS PROJECT IS UNDER DEVELOPMENT.
LANSend is a cross-platform app that enables the transfer of messages and files between devices within the same local network via a web browser.
It consists of two components:
- The server program in the form of a command-line tool or a desktop app.
- A web-based chat client, which can be accessed once the server is started.
Install command-line tool or a desktop app from releases page.
run:
lansend -p 10086
Open the app then click start.
Open http://YOUR_IP:PORT in browser and send messages!